mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
fix(release): use buildx for docker image (#7030)
This commit is contained in:
parent
e3caa3cbba
commit
24773f08bb
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -55,6 +55,6 @@ jobs:
|
||||
DOCKER_PASSWORD: ${{ secrets.DOCKERHUB_KEY }}
|
||||
|
||||
- name: Publish downloads
|
||||
run:
|
||||
cd cmd/release && docker build --build-arg GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} -t thorax/download:latest .
|
||||
docker push thorax/download:latest
|
||||
run: |
|
||||
cd cmd/release
|
||||
docker buildx build --push --platform linux/amd64 --build-arg GITHUB_TOKEN="${{ secrets.GITHUB_TOKEN }}" -t thorax/download:latest .
|
Loading…
Reference in New Issue
Block a user