From f4fbf87d435f297a5fdc8001197264f15a71d95c Mon Sep 17 00:00:00 2001 From: Gabriel Simmer Date: Wed, 16 Aug 2023 13:59:27 +0100 Subject: [PATCH] Correct registry location --- .gitea/workflows/test-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test-build.yml b/.gitea/workflows/test-build.yml index 9b86b6d..66aad8e 100644 --- a/.gitea/workflows/test-build.yml +++ b/.gitea/workflows/test-build.yml @@ -66,7 +66,7 @@ jobs: run: | nix-env -i skopeo -f '' wget https://raw.githubusercontent.com/containers/skopeo/main/default-policy.json && mkdir /etc/containers && mv default-policy.json /etc/containers/policy.json - skopeo login --username arch --password $REGISTRY_TOKEN + skopeo login --username arch --password $REGISTRY_TOKEN git.gmem.ca skopeo copy docker-archive:result docker://git.gmem.ca/arch/dref:latest env: REGISTRY_TOKEN: ${{ secrets.REGISTRY_TOKEN }} @@ -104,7 +104,7 @@ jobs: run: | nix-env -i skopeo -f '' wget https://raw.githubusercontent.com/containers/skopeo/main/default-policy.json && mkdir /etc/containers && mv default-policy.json /etc/containers/policy.json - skopeo login --username arch --password $REGISTRY_TOKEN + skopeo login --username arch --password $REGISTRY_TOKEN git.gmem.ca skopeo copy docker-archive:result docker://git.gmem.ca/arch/dref:arm env: REGISTRY_TOKEN: ${{ secrets.REGISTRY_TOKEN }}