From 8c92c73f1a34392f8953d8277cb57ab4cdc5519e Mon Sep 17 00:00:00 2001 From: Alexandru Macocian Date: Fri, 22 May 2026 14:25:33 +0200 Subject: [PATCH] ci: build + push invidious image via Charlie build-image workflow Pushes 'latest' and an immutable UTC timestamp tag to gitea.alexandru.macocian.me/amacocian/invidious on every push to master. Uses docker/Dockerfile (the amd64 image; arm64 variant is unused in the fleet for now). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .gitea/workflows/build.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitea/workflows/build.yaml diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml new file mode 100644 index 00000000..006ee393 --- /dev/null +++ b/.gitea/workflows/build.yaml @@ -0,0 +1,14 @@ +name: Build image + +on: + push: + branches: [master] + 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: docker/Dockerfile + secrets: inherit