1
0
test3/.gitea/workflows/custom-containers.yaml
hasslesstech 2e40f937b1
All checks were successful
Build / build-alpine (push) Successful in 7s
Build / build-arch (push) Successful in 11s
Build / build-debian (push) Successful in 37s
Build / build-void (push) Successful in 39s
update workflow
2025-05-24 20:32:48 +03:00

24 lines
470 B
YAML

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