We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d959ff1 commit d412ca3Copy full SHA for d412ca3
.github/workflows/push.yml
@@ -22,9 +22,6 @@ jobs:
22
uses: docker/build-push-action@v2
23
with:
24
target: builder
25
- platforms: |
26
- linux/amd64
27
- linux/arm/v7
28
- linux/arm64/v8
+ platforms: linux/amd64
29
cache-to: type=gha, mode=max
30
outputs: type=cacheonly
.github/workflows/release.yml
@@ -41,10 +41,7 @@ jobs:
41
42
43
push: true
44
45
46
47
48
cache-from: type=gha
49
tags: ${{ steps.meta.outputs.tags }}
50
labels: ${{ steps.meta.outputs.labels }}
0 commit comments