Skip to content

Commit 45030b9

Browse files
committed
build: release posts the release tag and points :latest to it
1 parent 0bc7b00 commit 45030b9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/CD-docker_release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,6 @@ jobs:
3131
uses: docker/build-push-action@v4
3232
with:
3333
push: true
34-
tags: ${{ vars.DOCKERHUB_REPO }}/${{ vars.DOCKERHUB_IMG }}:${{ github.event.release.tag_name }}
34+
tags: |
35+
${{ vars.DOCKERHUB_REPO }}/${{ vars.DOCKERHUB_IMG }}:${{ github.event.release.tag_name }}
36+
${{ vars.DOCKERHUB_REPO }}/${{ vars.DOCKERHUB_IMG }}:latest

0 commit comments

Comments
 (0)