Skip to content

Commit eab9013

Browse files
authored
Merge pull request #33 from runpod-workers/build/docker-tag-latest
build!: release posts the release tag and points :latest to it
2 parents 0bc7b00 + 45030b9 commit eab9013

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)