This repository has been archived on 2026-06-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
docker-almalinux-jupyterins…/.gitea/workflows/build.yaml
T
unkinben 7fe43de00c
Build / build (pull_request) Successful in 4s
feat: use runnerdnd image
- remove environment steps as they are now in the runnerdnd image
2024-12-01 13:18:27 +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