From e2d51c6cdfecbbe114f362318a259953b434d7f9 Mon Sep 17 00:00:00 2001 From: miaurizius Date: Mon, 8 Jun 2026 15:30:49 +0200 Subject: [PATCH] updated dockerfile and deploy --- Dockerfile | 2 ++ deploy.sh | 0 2 files changed, 2 insertions(+) mode change 100644 => 100755 deploy.sh diff --git a/Dockerfile b/Dockerfile index 74a4a69..5b3adbe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,8 @@ COPY . . ARG TARGETOS ARG TARGETARCH +LABEL org.opencontainers.image.source="https://git.miaurizius.de/miaurizius/miauinv" + RUN CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH \ go build -ldflags "-s -w" -o MiauInv . diff --git a/deploy.sh b/deploy.sh old mode 100644 new mode 100755