mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 06:36:43 +00:00
Update action.yml
This commit is contained in:
parent
9eed26d1b0
commit
c03473cca8
1 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ runs:
|
|||
steps:
|
||||
- uses: docker/setup-buildx-action@v3
|
||||
|
||||
- uses: docker/build-push-action@v5
|
||||
- uses: docker/build-push-action@v6
|
||||
id: main_builder
|
||||
continue-on-error: true
|
||||
with:
|
||||
|
|
@ -26,7 +26,7 @@ runs:
|
|||
load: true
|
||||
cache-from: type=gha
|
||||
|
||||
- uses: docker/build-push-action@v5
|
||||
- uses: docker/build-push-action@v6
|
||||
id: retry_builder
|
||||
if: steps.main_builder.outcome == 'failure'
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue