Skip to content

Commit 52f5810

Browse files
committed
Update CI CD tag version
1 parent f163d6a commit 52f5810

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-and-push.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
uses: docker/build-push-action@v2
7777
with:
7878
push: ${{ github.event_name != 'pull_request' }}
79-
tags: ${{ steps.meta.outputs.tags }}
79+
tags: |
80+
type=semver,pattern={{version}}
8081
labels: ${{ steps.meta.outputs.labels }}
8182

0 commit comments

Comments
 (0)