mirror of
https://github.com/lukaszraczylo/semver-generator.git
synced 2026-06-27 02:52:58 +00:00
fixup! fixup! Move updater to REST api.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
FROM ubuntu:jammy
|
||||
COPY semver-gen /go/src/app/semver-gen
|
||||
ARG TARGETPLATFORM
|
||||
COPY ${TARGETPLATFORM}/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
|
||||
|
||||
Reference in New Issue
Block a user