From b31a699c4f9226f4fde5cd2580467fe564d9a420 Mon Sep 17 00:00:00 2001 From: gluax <16431709+gluax@users.noreply.github.com> Date: Wed, 1 Nov 2023 14:19:14 -0700 Subject: [PATCH] fix(ci): fix release docker build dockerfile path, and vars --- .github/workflows/release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5252e19d..feb3f04e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -71,10 +71,8 @@ jobs: uses: docker/build-push-action@v5 with: context: . - file: ./dockers/Dockerfile.node-static + file: ./dockerfiles/Dockerfile.node-static platforms: linux/amd64,linux/arm64 - GO_VERSION: "1.21" - RUNNER_IMAGE: "gcr.io/distroless/static-debian11:nonroot" push: true tags: ${{ steps.meta.outputs.tags }}