Skip to content

Commit 9357687

Browse files
committed
chore
1 parent a78e246 commit 9357687

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_bake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
env:
179179
github_token: ${{ secrets.GITHUB_TOKEN }}
180180
with:
181-
push: ${{ github.event_name != 'pull_request' }}
181+
push: true
182182
provenance: mode=max
183183
sbom: true
184184
targets: prod
@@ -189,7 +189,7 @@ jobs:
189189
prod.cache-from=type=gha
190190
prod.cache-to=type=gha,mode=max
191191
prod.tags=${{ steps.meta.outputs.tags }}
192-
192+
193193
194194
195195

0 commit comments

Comments
 (0)