Skip to content

Commit 0b96e2f

Browse files
authored
Update docker-publish.yml
1 parent d16f008 commit 0b96e2f

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
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
context: .
2828
push: true
29-
tags: ${{ env.IMAGE_NAME }}:${{ github.ref }}
29+
tags: ${{ env.IMAGE_NAME }}:1.${{ github.run_number }}
3030
build-args: |
3131
VERSION=${{ github.ref }}
3232
env:

0 commit comments

Comments
 (0)