This repository has been archived on 2025-07-06. You can view files and clone it, but cannot push or open issues or pull requests.
docker-almalinux-buildrunner/.gitea/workflows/build.yaml
Ben Vincent 7917c198a7
All checks were successful
Build / build (pull_request) Successful in 2m27s
feat: change to runnerdnd
- remove some steps and improve the workflow
2024-12-01 13:12:36 +11:00

20 lines
325 B
YAML

name: Build
on:
pull_request:
jobs:
build:
runs-on: almalinux-8
container:
image: git.query.consul/unkin/almalinux8-runnerdnd:latest
options: --privileged
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Build Docker Image
run: |
make build