We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9789934 commit 11f7f85Copy full SHA for 11f7f85
1 file changed
.github/workflows/push-to-github-packages.yml
@@ -47,8 +47,10 @@ jobs:
47
with:
48
context: .
49
file: ./Dockerfile
50
- tags: ${{ steps.meta.outputs.tags }}
51
- labels: ${{ steps.meta.outputs.labels }}
+ push: true
+ tags: |
52
+ ghcr.io/${{ github.repository }}:latest
53
+ ghcr.io/${{ github.repository }}:${{ github.sha }}
54
platforms: linux/amd64,linux/arm64
55
cache-from: type=gha
56
cache-to: type=gha,mode=max
0 commit comments