8c92c73f1a
Build image / build (push) Failing after 6m58s
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>
15 lines
347 B
YAML
15 lines
347 B
YAML
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
|