Skip to content

Commit 0e5a43b

Browse files
committed
add tag latest
1 parent 93c2c88 commit 0e5a43b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ jobs:
6060
with:
6161
context: .
6262
push: true
63-
tags: ghcr.io/${{ env.IMAGE_NAME }}:${{ github.event.release.tag_name }}
63+
tags: |
64+
ghcr.io/${{ env.IMAGE_NAME }}:latest
65+
ghcr.io/${{ env.IMAGE_NAME }}:${{ github.event.release.tag_name }}
66+
platforms: linux/amd64
6467
cache-from: type=gha
6568
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)