From 8e3d6d4f1767507f4a58b7fe8d82012444fe8042 Mon Sep 17 00:00:00 2001 From: Yadunand Prem Date: Thu, 2 Oct 2025 00:18:01 +0800 Subject: [PATCH] test this shit --- .gitea/workflows/test.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitea/workflows/test.yaml diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml new file mode 100644 index 0000000..6e9ef36 --- /dev/null +++ b/.gitea/workflows/test.yaml @@ -0,0 +1,17 @@ +name: TEST + +on: + workflow_dispatch: + push: + branches: + - main + tags: + - 'v*' + +jobs: + docker: + runs-on: ubuntu-latest + steps: + - name: Setup Docker Buildx + id: buildx + uses: docker/setup-buildx-action@v3