name: Build Docker Image on: push: branches: - trunk jobs: arm-docker-build: runs-on: arm steps: - name: Check out repository uses: https://github.com/RouxAntoine/checkout@v3.5.4 with: ref: trunk - 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