From 0864add1f47b1fb65be48529f1d8069bae3a8c56 Mon Sep 17 00:00:00 2001 From: Jack Back Date: Mon, 25 Mar 2024 21:19:03 +0000 Subject: [PATCH] init --- .gitea/workflows/ci.ym | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .gitea/workflows/ci.ym diff --git a/.gitea/workflows/ci.ym b/.gitea/workflows/ci.ym new file mode 100644 index 0000000..0e15c83 --- /dev/null +++ b/.gitea/workflows/ci.ym @@ -0,0 +1,19 @@ +--- +name: Docker Image CI + +on: + push: + branches: [ main ] + pull_request: + branches: [ main ] + +jobs: + + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + - name: Build the Docker image + run: docker run hello-world