add forgejo workflow
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Jeffrey C. Ollie 2024-09-07 23:11:43 -05:00
parent eaf9f48c6e
commit 47000729be
Signed by: jeff
GPG key ID: 6F86035A6D97044E

View file

@ -0,0 +1,17 @@
name: build nixos-runner
on:
- push
jobs:
build:
runs-on: ubuntu-latest
container: docker.io/jcollie/nixos-runner:latest
steps:
- uses: actions/checkout@v4
- run: set
- run: nix build -L .#nixos-runner
- run: nix run .#push-container -- result
env:
REGISTRY: https://git.ocjtech.us/${{ github.repository_owner }}
REPOSITORY: nixos-runner
USERNAME: ${{ github.actor }}
PASSWORD: ${{ github.token }}