mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
Updated the build.yml, line 39, changed Dockerfile1 to Dockerfile (defualt from the go-ethereum)
This commit is contained in:
parent
531985f432
commit
f5de6257b9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -36,7 +36,7 @@ jobs:
|
|||
with:
|
||||
push: true
|
||||
context: .
|
||||
file: Dockerfile1
|
||||
file: Dockerfile
|
||||
platforms: linux/amd64
|
||||
tags: danieldim12/my-image:latest
|
||||
secrets: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue