Fix git URL

This commit is contained in:
paul 2024-03-08 15:34:21 +01:00
parent ccc20edac9
commit 7f61819268

View file

@ -14,10 +14,9 @@ ARG BUILD_DATE=0001-01-01T00:00:00Z
LABEL \
org.opencontainers.image.vendor=Zombi \
org.opencontainers.image.created=$BUILD_DATE \
org.opencontainers.image.source=https://gitea.zom.bi/images/hello-world.git \
org.opencontainers.image.source=https://git.zom.bi/images/hello-world.git \
org.opencontainers.image.revision=$GIT_COMMIT
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
ENV HELLO=world