We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d232a87 commit 615e24fCopy full SHA for 615e24f
.github/workflows/image.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Build and push
43
uses: docker/build-push-action@v5
44
with:
45
- platforms: ${{ startsWith(github.ref, 'refs/tags/v') && 'linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64' || 'linux/amd64' }}
+ platforms: 'linux/amd64'
46
file: ./docker/Dockerfile
47
context: .
48
push: ${{ github.event_name != 'pull_request' }}
0 commit comments