Skip to content

Commit

Permalink
fix: docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwitzko committed May 22, 2022
1 parent f8bec5f commit e8fda62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .goreleaser.yaml
Expand Up @@ -33,3 +33,5 @@ dockers:
- "--label=org.opencontainers.image.version={{.Version}}"
- "--label=org.opencontainers.image.license=MIT"
- "--label=org.opencontainers.image.source=https://github.com/go-semantic-release/semantic-release.git"
extra_files:
- ./docker/entrypoint.sh
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -2,6 +2,6 @@ FROM alpine

ADD ./docker/entrypoint.sh /usr/local/bin/docker-entrypoint
RUN apk update && apk add --no-cache git ca-certificates && update-ca-certificates
COPY "./dist/semantic-release_linux_amd64_v1/semantic-release" /usr/local/bin/semantic-release
COPY "./semantic-release" /usr/local/bin/semantic-release

ENTRYPOINT ["docker-entrypoint"]

0 comments on commit e8fda62

Please sign in to comment.