From 95dab648c86046c84234c0ce1323370a8e01640d Mon Sep 17 00:00:00 2001 From: Marc Cataford Date: Mon, 8 Apr 2024 21:04:08 -0400 Subject: [PATCH] ci: build + publish flow --- .forgejo/workflows/ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .forgejo/workflows/ci.yml diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml new file mode 100644 index 0000000..5f14799 --- /dev/null +++ b/.forgejo/workflows/ci.yml @@ -0,0 +1,11 @@ +on: + push: + tags: + - "v*" + +jobs: + test: + runs-on: docker + steps: + - uses: actions/checkout@v4 + - run: curl http://host.containers.internal:5000/v2/