Correct registry location
All checks were successful
Build Docker Image / nix-flake-check (push) Successful in 36s
Build Docker Image / docker-build (push) Successful in 1m27s
Build Docker Image / arm-docker-build (push) Successful in 1m26s

This commit is contained in:
Gabriel Simmer 2023-08-16 13:59:27 +01:00
parent 69f73ce047
commit f4fbf87d43
Signed by: arch
SSH key fingerprint: SHA256:mXaHIY3tLtudNyb+i3qRd0DeXvpqbst04OgVKVCp2R4

View file

@ -66,7 +66,7 @@ jobs:
run: |
nix-env -i skopeo -f '<nixpkgs>'
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 '<nixpkgs>'
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 }}