Skip to content

Commit

Permalink
Merge pull request #1396 from kartoza/feature/fix-github-action-failure
Browse files Browse the repository at this point in the history
Update version parameter
  • Loading branch information
sumandari authored Feb 14, 2022
2 parents b26edd3 + 5685092 commit d2582d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push-images-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
with:
images: ${{ secrets.DOCKERHUB_REPO }}/projecta-uwsgi
tags: |
type=semver,pattern=\d.\d.\d
type=semver,pattern={{version}}
type=ref,event=branch
type=ref,event=pr
Expand Down

0 comments on commit d2582d5

Please sign in to comment.