File tree 1 file changed +11
-12
lines changed
1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -409,17 +409,16 @@ jobs:
409
409
needs :
410
410
- test-integration
411
411
- test-unit
412
- if : ${{ github.event_name != 'pull_request' && github.repository == 'docker/buildx' }}
413
412
steps :
414
- -
415
- name : Free disk space
416
- uses : jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1
417
- with :
418
- android : true
419
- dotnet : true
420
- haskell : true
421
- large-packages : true
422
- swap-storage : true
413
+ # -
414
+ # name: Free disk space
415
+ # uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1
416
+ # with:
417
+ # android: true
418
+ # dotnet: true
419
+ # haskell: true
420
+ # large-packages: true
421
+ # swap-storage: true
423
422
-
424
423
name : Set up QEMU
425
424
uses : docker/setup-qemu-action@v3
@@ -444,7 +443,7 @@ jobs:
444
443
bake-target : meta-helper
445
444
-
446
445
name : Login to DockerHub
447
- if : github.event_name != 'pull_request'
446
+ if : ${{ github.event_name != 'pull_request' && github.repository == 'docker/buildx' }}
448
447
uses : docker/login-action@v3
449
448
with :
450
449
username : ${{ vars.DOCKERPUBLICBOT_USERNAME }}
@@ -457,7 +456,7 @@ jobs:
457
456
./docker-bake.hcl
458
457
cwd://${{ steps.meta.outputs.bake-file }}
459
458
targets : image-cross
460
- push : ${{ github.event_name != 'pull_request' }}
459
+ push : ${{ github.event_name != 'pull_request' && github.repository == 'docker/buildx' }}
461
460
sbom : true
462
461
set : |
463
462
*.cache-from=type=gha,scope=bin-image
You can’t perform that action at this time.
0 commit comments