Skip to content

Commit 11f7f85

Browse files
committed
Push images to registry
1 parent 9789934 commit 11f7f85

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/push-to-github-packages.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,10 @@ jobs:
4747
with:
4848
context: .
4949
file: ./Dockerfile
50-
tags: ${{ steps.meta.outputs.tags }}
51-
labels: ${{ steps.meta.outputs.labels }}
50+
push: true
51+
tags: |
52+
ghcr.io/${{ github.repository }}:latest
53+
ghcr.io/${{ github.repository }}:${{ github.sha }}
5254
platforms: linux/amd64,linux/arm64
5355
cache-from: type=gha
5456
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)