update workflow
This commit is contained in:
parent
e8aa7f733f
commit
2e40f937b1
23
.gitea/workflows/custom-containers.yaml
Normal file
23
.gitea/workflows/custom-containers.yaml
Normal file
@ -0,0 +1,23 @@
|
||||
name: build-containers
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
required:
|
||||
description: a required input
|
||||
required: true
|
||||
with_default:
|
||||
description: an input with default
|
||||
required: false
|
||||
default: default
|
||||
boolean:
|
||||
description: an input of type boolean
|
||||
required: false
|
||||
type: boolean
|
||||
|
||||
jobs:
|
||||
build-debian:
|
||||
runs-on: hardware
|
||||
steps:
|
||||
- run: echo "helo"
|
||||
- run: docker pull debian
|
Loading…
x
Reference in New Issue
Block a user