Skip to content

Commit 1492f91

Browse files
authored
Update docker-publish.yml
1 parent 672ef26 commit 1492f91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
with:
3232
context: .
3333
push: true
34-
tags: ${{ env.IMAGE_NAME }}:1.${{ github.run_number }}
34+
tags: ${{ env.IMAGE_NAME }}:1.${{ github.run_number }},${{ env.IMAGE_NAME }}:latest
3535

0 commit comments

Comments
 (0)