Skip to content

Commit

Permalink
fix: remove distribution from version
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Troian <[email protected]>
  • Loading branch information
troian committed Feb 14, 2025
1 parent 509e578 commit 59bbd0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG GORELEASER_VERSION
ARG GORELEASER_DISTRIBUTION=""
ARG BASE_VERSION=latest

FROM ghcr.io/goreleaser/goreleaser$GORELEASER_DISTRIBUTION:v$GORELEASER_VERSION$GORELEASER_DISTRIBUTION AS goreleaser
FROM ghcr.io/goreleaser/goreleaser$GORELEASER_DISTRIBUTION:v$GORELEASER_VERSION AS goreleaser

FROM ghcr.io/goreleaser/goreleaser-cross-base:$BASE_VERSION

Expand Down

0 comments on commit 59bbd0c

Please sign in to comment.