dref/.gitea/workflows/build-docker.yml
Gabriel Simmer a0ef14fffb
Some checks failed
Build Docker Image / arm-docker-build (push) Failing after 2s
Test using nix to build image
2023-07-16 20:39:47 +01:00

17 lines
318 B
YAML

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 and Push image
run: nix build .#docker