Skip to content

Commit

Permalink
Update CI CD tag version
Browse files Browse the repository at this point in the history
  • Loading branch information
min2ha committed Mar 27, 2024
1 parent f163d6a commit 52f5810
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
uses: docker/build-push-action@v2
with:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
tags: |
type=semver,pattern={{version}}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 52f5810

Please sign in to comment.