1
0

update workflow
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

This commit is contained in:
ІО-23 Шмуляр Олег 2025-05-24 20:32:48 +03:00
parent e8aa7f733f
commit 2e40f937b1

View 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