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 f870ee2 commit 7abe04dCopy full SHA for 7abe04d
1 file changed
.github/workflows/docker-push.yml
@@ -42,6 +42,7 @@ jobs:
42
43
- name: Build and push
44
uses: docker/build-push-action@v5
45
+ if: github.ref == 'refs/heads/master'
46
with:
47
context: .
48
platforms: linux/amd64,linux/arm64
0 commit comments