Skip to content

Commit c778710

Browse files
committed
add latest tag
1 parent 28cfde4 commit c778710

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,6 @@ jobs:
3939
context: .
4040
file: ./Dockerfile
4141
push: true
42-
tags: ghcr.io/${{ github.repository }}:${{ steps.docker_meta.outputs.VERSION }}
42+
tags: |
43+
ghcr.io/${{ github.repository }}:${{ steps.docker_meta.outputs.VERSION }}
44+
ghcr.io/${{ github.repository }}:latest

0 commit comments

Comments
 (0)