dref/.gitea/workflows/build-docker.yml
Gabriel Simmer 0c59096ca2
Some checks failed
Build Docker Image / arm-docker-build (push) Failing after 4m49s
Install Scopeo
2023-07-18 07:20:33 +01:00

29 lines
845 B
YAML

name: Build Docker Image
on:
push:
branches:
- trunk
jobs:
arm-docker-build:
runs-on: debian-latest-arm
steps:
- name: Install prerequisites
run: apt update && apt install -y sudo
- name: Install Nix
uses: https://github.com/cachix/install-nix-action@v22
with:
extra_nix_config: "experimental-features = nix-command flakes"
- name: Remove access_tokens
run: sed -i '/^access-tokens/d' /etc/nix/nix.conf
- name: Check out repository
uses: https://github.com/RouxAntoine/checkout@v3.5.4
with:
ref: trunk
- name: Build image
run: nix build .#docker
- name: Push image with Skopeo
run: |
nix-env -i skopeo -f '<nixpkgs>'
skopeo copy docker-archive:result docker://icr.gmem.ca/dref:arm"