Move to shared github actions and goreleaser

This commit is contained in:
2025-12-07 15:11:16 +00:00
parent b8fdc4bfb5
commit 336d8cc163
8 changed files with 706 additions and 278 deletions
+6
View File
@@ -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"]