We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 706a12d commit bf733a2Copy full SHA for bf733a2
1 file changed
.github/workflows/docker-publish.yml
@@ -55,12 +55,13 @@ jobs:
55
uses: docker/build-push-action@v6
56
with:
57
context: .
58
- platforms: linux/amd64,linux/arm64
+ platforms: linux/amd64
59
push: true
60
tags: ${{ steps.meta.outputs.tags }}
61
labels: ${{ steps.meta.outputs.labels }}
62
cache-from: type=gha
63
cache-to: type=gha,mode=max
64
+ provenance: false
65
66
- name: Generate build summary
67
run: |
@@ -73,4 +74,4 @@ jobs:
73
74
echo "${{ steps.meta.outputs.tags }}" >> $GITHUB_STEP_SUMMARY
75
echo "\`\`\`" >> $GITHUB_STEP_SUMMARY
76
echo "" >> $GITHUB_STEP_SUMMARY
- echo "**Platforms:** linux/amd64, linux/arm64" >> $GITHUB_STEP_SUMMARY
77
+ echo "**Platforms:** linux/amd64" >> $GITHUB_STEP_SUMMARY
0 commit comments