File tree Expand file tree Collapse file tree 2 files changed +25
-24
lines changed Expand file tree Collapse file tree 2 files changed +25
-24
lines changed Original file line number Diff line number Diff line change @@ -551,12 +551,6 @@ jobs:
551551 if : startsWith(runner.name, 'GitHub Actions')
552552 uses : ./.github/actions/disk-cleanup
553553
554- - name : Dockerhub login
555- uses : docker/login-action@v3
556- with :
557- username : ${{ secrets.DOCKERHUB_USERNAME }}
558- password : ${{ secrets.DOCKERHUB_PASSWORD }}
559-
560554 - name : Set up Docker Buildx
561555 uses : docker/setup-buildx-action@v3
562556 with :
@@ -576,6 +570,13 @@ jobs:
576570 build-args : |
577571 CARGO_FEATURES=mock-server
578572
573+ - name : Dockerhub login
574+ if : needs.set-condition.outputs.rebuild_omni_executor == 'false'
575+ uses : docker/login-action@v3
576+ with :
577+ username : ${{ secrets.DOCKERHUB_USERNAME }}
578+ password : ${{ secrets.DOCKERHUB_PASSWORD }}
579+
579580 - name : Pull omni-executor image optionally
580581 if : needs.set-condition.outputs.rebuild_omni_executor == 'false'
581582 run : |
You can’t perform that action at this time.
0 commit comments