We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36f85c6 commit c73a976Copy full SHA for c73a976
1 file changed
.github/workflows/main.yaml
@@ -43,7 +43,7 @@ jobs:
43
44
- uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6.2.0
45
with:
46
- push: true
+ push: ${{ github.event_name == 'push' }}
47
platforms: ${{ matrix.image[2] }}
48
tags: ghcr.io/emqx/${{ matrix.image[0] }}:${{ matrix.image[1] }}
49
file: ${{ matrix.image[0] }}/Dockerfile
0 commit comments