Skip to content

Commit 13fb68a

Browse files
committed
fix: attach latest tag to image on build
1 parent 140c456 commit 13fb68a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy_image.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,5 @@ jobs:
3333
with:
3434
context: .
3535
push: true
36-
tags: ${{ steps.metadata.outputs.tags }}
37-
labels: ${{ steps.metadata.outputs.labels }}
36+
tags: ghcr.io/${{ env.IMAGE_NAME}}:latest
3837
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)