commit 0864add1f47b1fb65be48529f1d8069bae3a8c56 Author: Jack Back Date: Mon Mar 25 21:19:03 2024 +0000 init 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