Skip to content

Commit 07fecb4

Browse files
committed
fix: add latest to metadata
1 parent 13fb68a commit 07fecb4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy_image.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,12 @@ jobs:
2929
id: metadata
3030
with:
3131
images: ghcr.io/${{ env.IMAGE_NAME }}
32+
tags: |
33+
type=latest
3234
- uses: docker/build-push-action@v6
3335
with:
3436
context: .
3537
push: true
36-
tags: ghcr.io/${{ env.IMAGE_NAME}}:latest
38+
tags: ${{ steps.metadata.outputs.tags }}
39+
labels: ${{ steps.metadata.outputs.labels }}
3740
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)