diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml new file mode 100644 index 000000000..1859c3176 --- /dev/null +++ b/.gitea/workflows/build.yaml @@ -0,0 +1,18 @@ +name: Build image + +# 4.x is the production line we ship to the Charlie/monica stack. +# `main` upstream tracks monica v5 which isn't deployed; pushes there +# are intentionally not built. + +on: + push: + branches: ["4.x"] + workflow_dispatch: + +jobs: + build: + uses: https://${{ github.repository_owner }}:${{ secrets.CALLER_REPO_PAT }}@gitea.alexandru.macocian.me/Charlie/project-charlie/.gitea/workflows/build-image.yml@main + with: + host: melina + dockerfile: scripts/docker/Dockerfile + secrets: inherit