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 0b2ec57 commit 075e953Copy full SHA for 075e953
.github/workflows/docker.yml
@@ -65,7 +65,7 @@ jobs:
65
with:
66
file: Dockerfile.base
67
load: true
68
- push: ${{ github.ref_name == 'main' }}
+ push: ${{ github.event_name != 'pull_request' }}
69
tags: |
70
${{ steps.base.outputs.image }}
71
${{ steps.base.outputs.name }}:latest
0 commit comments