Updated the build.yml, line 39, changed Dockerfile1 to Dockerfile (defualt from the go-ethereum)

This commit is contained in:
Daniel Dimitrov 2024-08-25 15:00:50 +03:00 committed by GitHub
parent 531985f432
commit f5de6257b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,7 +36,7 @@ jobs:
with:
push: true
context: .
file: Dockerfile1
file: Dockerfile
platforms: linux/amd64
tags: danieldim12/my-image:latest
secrets: |