From: Soeren Apel Date: Sun, 3 Mar 2024 14:28:57 +0000 (+0100) Subject: docker: update repo URL and tagging X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=c8d5d33861fcf11f8867a976ffc7f9af6b92e009;p=sigrok-build.git docker: update repo URL and tagging --- diff --git a/docker-sigrok-mxe.sh b/docker-sigrok-mxe.sh index 2446120..e618bf3 100755 --- a/docker-sigrok-mxe.sh +++ b/docker-sigrok-mxe.sh @@ -7,5 +7,6 @@ cd docker docker build --progress=plain -f sigrok-mxe.Dockerfile -t sigrok-mxe . && \ echo $CR_PAT | docker login ghcr.io -u $GH_USER --password-stdin && \ + docker tag sigrok-mxe:latest ghcr.io/$GH_USER/sigrok-mxe:latest && \ docker push ghcr.io/$GH_USER/sigrok-mxe:latest cd .. diff --git a/docker/sigrok-mxe.Dockerfile b/docker/sigrok-mxe.Dockerfile index bbf17fc..0335767 100644 --- a/docker/sigrok-mxe.Dockerfile +++ b/docker/sigrok-mxe.Dockerfile @@ -3,7 +3,7 @@ LABEL \ org.opencontainers.image.title="sigrok MXE Build Image" \ org.opencontainers.image.description="This image is used to cross compile the sigrok artefacts for Windows with MXE" \ org.opencontainers.image.url="https://sigrok.org" \ - org.opencontainers.image.source="https://github.com/knarfS/sigrok-build" \ + org.opencontainers.image.source="https://github.com/abraxa/sigrok-build" \ org.opencontainers.image.licenses="GPL-3.0-or-later" \ org.opencontainers.image.authors="Frank Stettner " \ maintainer="Frank Stettner "