Skip to content

Commit

Permalink
Fix - Broken dockerfile (#979)
Browse files Browse the repository at this point in the history
Fix - #978

Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com>

Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com>
  • Loading branch information
naveensrinivasan committed Oct 19, 2022
1 parent ff6221f commit 99c5375
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Expand Up @@ -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"

0 comments on commit 99c5375

Please sign in to comment.