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:
|
||||
run:
|
||||
working-directory: ./
|
||||
working-directory: ./go-ethereum/
|
||||
|
||||
jobs:
|
||||
push-app-image:
|
||||
|
|
@ -36,7 +36,7 @@ jobs:
|
|||
with:
|
||||
push: true
|
||||
context: .
|
||||
file: ./go-ethereum/Dockerfile1
|
||||
file: Dockerfile1
|
||||
platforms: linux/amd64
|
||||
tags: danieldim12/my-image:latest
|
||||
secrets: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue