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

This commit is contained in:
Gabriel Simmer 2023-07-16 19:24:57 +01:00
parent 3aea275d8f
commit 4883c89b36
Signed by: arch
GPG key ID: C81B106D46C5B875

View file

@ -12,9 +12,9 @@ jobs:
uses: https://github.com/RouxAntoine/checkout@v3.5.4
with:
ref: trunk
- name: Build and Push ARM Image
uses: https://github.com/docker/build-push-action@v4.1.1
with:
push: true
tags: icr.gmem.ca/dref:arm
- name: Build Image
run: 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