diff --git a/Dockerfile b/Dockerfile index 697ee1c3..7f07a78b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ COPY go.* ./ RUN go mod download COPY . ./ -FROM base AS build +FROM builder AS build ARG TARGETOS ARG TARGETARCH RUN CGO_ENABLED=0 make build diff --git a/action.yaml b/action.yaml index 321ac53e..c42f2d20 100644 --- a/action.yaml +++ b/action.yaml @@ -53,4 +53,4 @@ branding: runs: using: "docker" - image: "docker://gcr.io/openssf/scorecard-action:v2.0.5" + image: "docker://gcr.io/openssf/scorecard-action:v2.0.6"