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