Install Scopeo
Some checks failed
Build Docker Image / arm-docker-build (push) Failing after 4m49s

This commit is contained in:
Gabriel Simmer 2023-07-18 07:20:33 +01:00
parent 0f66c49015
commit 0c59096ca2
Signed by: arch
GPG key ID: C81B106D46C5B875

View file

@ -23,4 +23,6 @@ jobs:
- name: Build image
run: nix build .#docker
- name: Push image with Skopeo
run: nix-shell -p skopeo --command "skopeo copy docker-archive:result docker://icr.gmem.ca/dref:arm"
run: |
nix-env -i skopeo -f '<nixpkgs>'
skopeo copy docker-archive:result docker://icr.gmem.ca/dref:arm"