Skip to content

Commit

Permalink
add goreleaser to base dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
2xburnt committed Sep 27, 2024
1 parent e6c76cf commit a868ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
working-directory: /home/runner/_work/goreleaser-cross/goreleaser-cross
run: |
echo "FROM ghcr.io/goreleaser/goreleaser$GORELEASER_DISTRIBUTION:v$GORELEASER_VERSION$GORELEASER_DISTRIBUTION AS goreleaser" >> Dockerfile.base
echo "FROM ghcr.io/goreleaser/goreleaser-cross-base:$TAG_VERSION" >> Dockerfile.base
echo "FROM 1" >> Dockerfile.base
echo "COPY --from=goreleaser /usr/bin/goreleaser /usr/bin/goreleaser" >> Dockerfile.base
- name: Build and push by digest
Expand Down

0 comments on commit a868ab8

Please sign in to comment.