mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 21:56:43 +00:00
fix
This commit is contained in:
parent
1da546a7ce
commit
0a2fd381c3
1 changed files with 5 additions and 0 deletions
5
.github/workflows/ci-deploy.yaml
vendored
5
.github/workflows/ci-deploy.yaml
vendored
|
|
@ -60,6 +60,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
images: ${{ secrets.DOCKERHUB_USERNAME }}/${{ env.REPO_NAME }}
|
images: ${{ secrets.DOCKERHUB_USERNAME }}/${{ env.REPO_NAME }}
|
||||||
|
|
||||||
|
- name: Fix devnet folder permissions
|
||||||
|
run: |
|
||||||
|
sudo chown -R $(id -u):$(id -g) devnet
|
||||||
|
sudo chmod -R u+rwX devnet
|
||||||
|
|
||||||
- name: Build and push to Docker Hub
|
- name: Build and push to Docker Hub
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue