We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f163d6a commit 52f5810Copy full SHA for 52f5810
.github/workflows/ci-and-push.yml
@@ -76,6 +76,7 @@ jobs:
76
uses: docker/build-push-action@v2
77
with:
78
push: ${{ github.event_name != 'pull_request' }}
79
- tags: ${{ steps.meta.outputs.tags }}
+ tags: |
80
+ type=semver,pattern={{version}}
81
labels: ${{ steps.meta.outputs.labels }}
82
0 commit comments