mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
fix: use Dockerfile.plugins
Signed-off-by: Isma <71719097+Doozers@users.noreply.github.com>
This commit is contained in:
parent
ae0cdec88b
commit
01d50e278f
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ jobs:
|
|||
git rebase --stat geth/master
|
||||
- name: "build the docker image to ensure project still builds"
|
||||
if: steps.diffcheck.outputs.stdout != '0'
|
||||
run: docker build . --tag ghcr.io/kilnfi/pgeth:latest --tag ghcr.io/kilnfi/pgeth:${GITHUB_SHA}
|
||||
run: docker build -f Dockerfile.plugins . --tag ghcr.io/kilnfi/pgeth:latest --tag ghcr.io/kilnfi/pgeth:${GITHUB_SHA}
|
||||
- name: "push rebased master branch"
|
||||
if: steps.diffcheck.outputs.stdout != '0'
|
||||
run: git push origin master --force
|
||||
|
|
|
|||
Loading…
Reference in a new issue