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 751a25e commit af5f6f6Copy full SHA for af5f6f6
.github/workflows/main.yaml
@@ -67,7 +67,7 @@ jobs:
67
with:
68
context: ./src/dockerfiles/${{ matrix.image }}
69
file: ./src/dockerfiles/${{ matrix.image }}/Dockerfile
70
- push: ${{ ! github.event_name == 'pull_request' }}
+ push: ${{ github.ref == 'refs/heads/main' && github.event_name == 'push' }}
71
tags: ${{ steps.meta.outputs.tags }}
72
labels: ${{ steps.meta.outputs.labels }}
73
platforms: linux/amd64,linux/arm64
0 commit comments