From 2e40f937b1287039ec0d06dd92988df75e8f3787 Mon Sep 17 00:00:00 2001 From: hasslesstech Date: Sat, 24 May 2025 20:32:48 +0300 Subject: [PATCH] update workflow --- .gitea/workflows/custom-containers.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .gitea/workflows/custom-containers.yaml diff --git a/.gitea/workflows/custom-containers.yaml b/.gitea/workflows/custom-containers.yaml new file mode 100644 index 0000000..6639bef --- /dev/null +++ b/.gitea/workflows/custom-containers.yaml @@ -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