We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82ba40c commit c0f86c1Copy full SHA for c0f86c1
.github/workflows/ci.yml
@@ -85,7 +85,6 @@ jobs:
85
push: ${{ github.event_name != 'pull_request' }}
86
tags: ${{ steps.meta.outputs.tags }}
87
labels: ${{ steps.meta.outputs.labels }}
88
- platforms: linux/amd64,linux/arm64
89
cache-from: |
90
type=gha,scope=${{ github.ref_name }}-${{ github.job }}
91
type=registry,ref=ghcr.io/${{ github.repository }}:buildcache
0 commit comments