From 01d50e278fd039f9219c1afd5f165f522172d7d5 Mon Sep 17 00:00:00 2001 From: Isma <71719097+Doozers@users.noreply.github.com> Date: Mon, 15 Jan 2024 15:42:16 +0100 Subject: [PATCH] fix: use Dockerfile.plugins Signed-off-by: Isma <71719097+Doozers@users.noreply.github.com> --- .github/workflows/sync-and-build-plugins.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-and-build-plugins.yaml b/.github/workflows/sync-and-build-plugins.yaml index ccd1f8aff2..b7120c1148 100644 --- a/.github/workflows/sync-and-build-plugins.yaml +++ b/.github/workflows/sync-and-build-plugins.yaml @@ -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