mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 22:26:42 +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:
|
steps:
|
||||||
- uses: docker/setup-buildx-action@v3
|
- uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
- uses: docker/build-push-action@v5
|
- uses: docker/build-push-action@v6
|
||||||
id: main_builder
|
id: main_builder
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
|
|
@ -26,7 +26,7 @@ runs:
|
||||||
load: true
|
load: true
|
||||||
cache-from: type=gha
|
cache-from: type=gha
|
||||||
|
|
||||||
- uses: docker/build-push-action@v5
|
- uses: docker/build-push-action@v6
|
||||||
id: retry_builder
|
id: retry_builder
|
||||||
if: steps.main_builder.outcome == 'failure'
|
if: steps.main_builder.outcome == 'failure'
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue