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

This commit is contained in:
Gabriel Simmer 2023-07-16 19:28:18 +01:00
parent 1fcf28b744
commit 1441bc77e0
Signed by: arch
GPG key ID: C81B106D46C5B875

View file

@ -12,9 +12,5 @@ jobs:
uses: https://github.com/RouxAntoine/checkout@v3.5.4
with:
ref: trunk
- name: Build Image
run: /root/.nix-profile/bin/nix build .#docker
- name: Load and tag image
run: |
/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
- name: Build and Push image
run: docker buildx build . -t icr.gmem.ca/dref:arm --push