Skip to content

Commit

Permalink
Use custom pattern for version definition
Browse files Browse the repository at this point in the history
  • Loading branch information
danieletorelli authored Sep 11, 2023
1 parent c3c6990 commit 685f96a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=semver,pattern={{version}}
type=match,pattern=v(.*),group=1
type=ref,event=branch
- uses: docker/build-push-action@v4
with:
Expand Down

0 comments on commit 685f96a

Please sign in to comment.