Mad science
Some checks failed
Build Docker Image / arm-docker-build (push) Failing after 3s

This commit is contained in:
Gabriel Simmer 2023-07-17 22:23:23 +01:00
parent 691e10ac28
commit 6f330a4355
Signed by: arch
GPG key ID: C81B106D46C5B875

View file

@ -6,11 +6,15 @@ on:
jobs: jobs:
arm-docker-build: arm-docker-build:
runs-on: arm runs-on: debian-latest-arm
steps: steps:
- name: Install Nix
uses: https://github.com/cachix/install-nix-action
- name: Check out repository - name: Check out repository
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 and Push image - name: Build image
run: echo $out; nix build .#docker run: nix build .#docker
- name: Push image with Skopeo
run: nix-shell -p skopeo --command "skopeo copy docker-archive:result docker://icr.gmem.ca/dref:arm"