Test using nix to build image
Some checks failed
Build Docker Image / arm-docker-build (push) Failing after 2s

This commit is contained in:
Gabriel Simmer 2023-07-16 20:39:47 +01:00
parent ac537c91e5
commit a0ef14fffb
Signed by: arch
GPG key ID: C81B106D46C5B875

View file

@ -13,4 +13,4 @@ jobs:
with:
ref: trunk
- name: Build and Push image
run: docker build . -t icr.gmem.ca/dref:arm && docker push icr.gmem.ca/dref:arm
run: nix build .#docker