Skip to content

Commit

Permalink
Fixed tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Aug 8, 2024
1 parent acc59c1 commit 0ae55bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=match,pattern=.*
type=ref,event=branch
type=ref,event=tag
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@v6
Expand Down

0 comments on commit 0ae55bf

Please sign in to comment.