Absolute paths
Some checks failed
Build Docker Image / arm-docker-build (push) Failing after 2s

This commit is contained in:
Gabriel Simmer 2023-07-16 19:26:11 +01:00
parent 4883c89b36
commit 1fcf28b744
Signed by: arch
GPG key ID: C81B106D46C5B875

View file

@ -13,8 +13,8 @@ jobs:
with:
ref: trunk
- name: Build Image
run: nix build .#docker
run: /root/.nix-profile/bin/nix build .#docker
- name: Load and tag image
run: |
docker tag $(docker load < result) icr.gmem.ca/dref:arm
docker push icr.gmem.ca/dref:arm
/run/current-system/sw/bin/docker tag $(docker load < result) icr.gmem.ca/dref:arm
/run/current-system/sw/bin/docker push icr.gmem.ca/dref:arm