From d38ea8cd724747d83687b823a212bc440099ec6c Mon Sep 17 00:00:00 2001 From: DataHearth Date: Fri, 26 Aug 2022 13:08:47 +0200 Subject: [PATCH] update earthfile --- Earthfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Earthfile b/Earthfile index c2c3b2a..b1876f7 100644 --- a/Earthfile +++ b/Earthfile @@ -4,7 +4,7 @@ FROM rust:1.59 ARG VERSION ARG DOCKER_IMG -ARG GHCR_IMG +ARG GITEA_IMG WORKDIR /clear-docker-images @@ -22,9 +22,9 @@ build-linux: build-images: FROM gcr.io/distroless/static-debian11 - LABEL maintainer="Antoine Langlois" - LABEL repository="https://github.com/DataHearth/clear-docker-images" - LABEL org.opencontainers.image.source="https://github.com/DataHearth/clear-docker-images" + LABEL maintainer="Antoine Langlois " + LABEL repository="https://gitea.antoine-langlois.net/DataHearth/clear-docker-images" + LABEL org.opencontainers.image.source="https://gitea.antoine-langlois.net/DataHearth/clear-docker-images" COPY +build-linux/x86_64-unknown-linux-musl/release/clear-docker-images /usr/local/bin/clear-docker-images @@ -34,5 +34,5 @@ build-images: SAVE IMAGE --push ${DOCKER_IMG}:${VERSION} SAVE IMAGE --push ${DOCKER_IMG}:latest - SAVE IMAGE --push ${GHCR_IMG}:${VERSION} - SAVE IMAGE --push ${GHCR_IMG}:latest \ No newline at end of file + SAVE IMAGE --push ${GITEA_IMG}:${VERSION} + SAVE IMAGE --push ${GITEA_IMG}:latest