Skip to content
Snippets Groups Projects
Commit e8fda626 authored by Christoph Witzko's avatar Christoph Witzko
Browse files

fix: docker build

parent f8bec5fd
No related branches found
No related tags found
No related merge requests found
......@@ -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,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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment