mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
use v4 of build and push action (#10)
* use FROM --platform=$BUILDPLATFORM to build arm images correctly * use v4 of docker build and push
This commit is contained in:
parent
7c2420ddb8
commit
85e02621ef
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ jobs:
|
|||
# set latest tag for `astria` branch
|
||||
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'astria') }}
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v2
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
context: .
|
||||
# It takes over 30 minutes to build the arm image right now, so we only build it on tags which is what we use for releases.
|
||||
|
|
|
|||
Loading…
Reference in a new issue