dref/.gitea/workflows/build-docker.yml

17 lines
318 B
YAML
Raw Normal View History

2023-07-16 10:49:16 +01:00
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
2023-07-16 19:28:18 +01:00
- name: Build and Push image
2023-07-16 20:39:47 +01:00
run: nix build .#docker