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 5bdbb16 commit 291fbaeCopy full SHA for 291fbae
.github/workflows/docker-publish.yml
@@ -149,7 +149,8 @@ jobs:
149
context: ${{ steps.build-params.outputs.context }}
150
file: ${{ steps.build-params.outputs.dockerfile }}
151
platforms: ${{ steps.build-params.outputs.platform }}
152
- push: ${{ github.event_name != 'pull_request' }}
+ # push: ${{ github.event_name != 'pull_request' }}
153
+ push: ${{ github.event_name == 'pull_request' }}
154
load: ${{ github.event_name == 'pull_request' }}
155
tags: ${{ steps.tags.outputs.tags }}
156
cache-from: |
0 commit comments