We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bba8544 commit 6a58b07Copy full SHA for 6a58b07
1 file changed
.github/workflows/docker.yml
@@ -60,6 +60,7 @@ jobs:
60
- uses: docker/bake-action@3acf805d94d93a86cce4ca44798a76464a75b88c # v6.9.0
61
with:
62
push: ${{ github.event_name != 'pull_request' && github.event_name != 'merge_group' }}
63
+ load: ${{ github.event_name == 'pull_request' }}
64
files: |
65
cwd://${{ steps.meta.outputs.bake-file }}
66
cwd://${{ steps.meta.outputs.bake-file-annotations }}
0 commit comments