CI: build container image on request only
All checks were successful
/ test (push) Successful in 18s

This commit is contained in:
phil 2024-11-03 04:57:44 +01:00
parent 6e5711bfd1
commit cc4584ae97

View file

@ -1,21 +1,9 @@
on:
push:
workflow_dispatch:
inputs:
verbose:
description: "Verbose"
required: false
default: false
type: boolean
jobs:
build:
runs-on: container
#container:
# image: tiptop:5000/treetrail-backend-ci
# volumes:
# - "uv_cache:/root/.cache/uv"
# - "ca-cert:/etc/containers/certs.d"
steps:
- uses: actions/checkout@v4