mirror of
https://github.com/lukaszraczylo/semver-generator.git
synced 2026-07-06 03:54:54 +00:00
Move to shared github actions and goreleaser
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
FROM ubuntu:jammy
|
||||
COPY semver-gen /go/src/app/semver-gen
|
||||
COPY config-release.yaml /go/src/app/config.yaml
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
Reference in New Issue
Block a user