mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
changed working-directory from ./ to ./go-etherueum/ build.yml
This commit is contained in:
parent
1359dc23ee
commit
66e28eb6a1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -8,7 +8,7 @@ on:
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
working-directory: ./
|
working-directory: ./go-ethereum/
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
push-app-image:
|
push-app-image:
|
||||||
|
|
@ -36,7 +36,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
context: .
|
context: .
|
||||||
file: ./go-ethereum/Dockerfile1
|
file: Dockerfile1
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
tags: danieldim12/my-image:latest
|
tags: danieldim12/my-image:latest
|
||||||
secrets: |
|
secrets: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue