CI: build container image on request only
All checks were successful
/ test (push) Successful in 18s
All checks were successful
/ test (push) Successful in 18s
This commit is contained in:
parent
6e5711bfd1
commit
cc4584ae97
1 changed files with 0 additions and 12 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue