Skip to content

Commit 583bb2a

Browse files
committed
ci(docker-build-push): fix tag build
1 parent 0155be5 commit 583bb2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker-build-push.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,5 @@ jobs:
6565
context: .
6666
push: true
6767
tags: ${{ env.REPOSITORY }}:latest,${{ env.REPOSITORY }}:${{ env.TAG }}
68+
env:
69+
TAG: ${{ needs.bump-version.outputs.tag }}

0 commit comments

Comments
 (0)