File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -33,3 +33,5 @@ dockers:
3333 - " --label=org.opencontainers.image.version={{.Version}}"
3434 - " --label=org.opencontainers.image.license=MIT"
3535 - " --label=org.opencontainers.image.source=https://github.com/go-semantic-release/semantic-release.git"
36+ extra_files :
37+ - ./docker/entrypoint.sh
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ FROM alpine
22
33ADD ./docker/entrypoint.sh /usr/local/bin/docker-entrypoint
44RUN apk update && apk add --no-cache git ca-certificates && update-ca-certificates
5- COPY "./dist/semantic-release_linux_amd64_v1/ semantic-release" /usr/local/bin/semantic-release
5+ COPY "./semantic-release" /usr/local/bin/semantic-release
66
77ENTRYPOINT ["docker-entrypoint" ]
You can’t perform that action at this time.
0 commit comments