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 dea8ab0 commit 3c20144Copy full SHA for 3c20144
.github/workflows/build.yml
@@ -34,7 +34,6 @@ jobs:
34
- name: Build and push
35
uses: docker/build-push-action@v5
36
with:
37
- context: .
38
platforms: linux/amd64,linux/arm64
39
push: ${{ github.event_name != 'pull_request' }}
40
tags: ${{ steps.metadata.outputs.tags }}
0 commit comments