Add github action entrypoint.

This commit is contained in:
2021-05-09 12:48:05 +01:00
parent c198725e2d
commit a98a930fa1
4 changed files with 32 additions and 6 deletions
+1 -1
View File
@@ -13,5 +13,5 @@ RUN apk add --no-cache ca-certificates
WORKDIR /go/src/app
COPY --from=baseimg /go/src/app/semver-gen .
COPY --from=baseimg /go/src/app/config-release.yaml config.yaml
COPY entrypoint.sh entrypoint.sh
CMD ["./semver-gen"]