We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37978b7 commit 08f3e4fCopy full SHA for 08f3e4f
1 file changed
.github/workflows/docker-publish.yml
@@ -55,10 +55,7 @@ jobs:
55
- name: Set up QEMU
56
uses: docker/setup-qemu-action@v3
57
with:
58
- platforms:
59
- - linux/amd64
60
- - linux/arm64
61
- - linux/arm/v7
+ platforms: linux/amd64,linux/arm64,linux/arm/v7
62
63
# Set up BuildKit Docker container builder to be able to build
64
# multi-platform images and export cache
@@ -94,10 +91,7 @@ jobs:
94
91
95
92
context: .
96
93
file: Dockerfile-CI
97
98
99
100
101
push: ${{ github.event_name != 'pull_request' }}
102
tags: ${{ steps.meta.outputs.tags }}
103
labels: ${{ steps.meta.outputs.labels }}
0 commit comments