Skip to content

Commit e8fda62

Browse files
fix: docker build
1 parent f8bec5f commit e8fda62

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.goreleaser.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ FROM alpine
22

33
ADD ./docker/entrypoint.sh /usr/local/bin/docker-entrypoint
44
RUN 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

77
ENTRYPOINT ["docker-entrypoint"]

0 commit comments

Comments
 (0)