Skip to content

Commit

Permalink
fix(ci): fix release docker build dockerfile path, and vars
Browse files Browse the repository at this point in the history
  • Loading branch information
gluax committed Nov 1, 2023
1 parent 64769b7 commit b31a699
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit b31a699

Please sign in to comment.