Second try with CI
Publish container image / Build and push (push) Successful in 35s

This commit is contained in:
2026-08-03 23:17:22 +02:00
parent a5e9cec2b4
commit fa39ed5b10
2 changed files with 4 additions and 3 deletions
+3 -3
View File
@@ -78,9 +78,9 @@ The Gitea Actions workflow in `.gitea/workflows/container.yml` builds and pushes
`registry.brunner.ninja/feedc0de/immich-sync`. Every pushed commit receives an immutable tag containing its full Git
SHA. A commit pushed to `main` receives both its SHA tag and `latest` from the same image build.
The workflow deliberately uses the Docker engine's plain `docker build` and `docker push` commands. It does not use
Buildx and does not publish provenance attestations, SBOM manifests, or OCI referrers, retaining compatibility with
the self-hosted Quay registry.
The workflow deliberately loads the completed image into the Docker engine and pushes it with a separate plain
`docker push`. It does not request provenance attestations, SBOM manifests, or OCI referrers, retaining compatibility
with the self-hosted Quay registry and with Gitea runners whose default builder uses BuildKit's container driver.
The workflow expects these Gitea Actions repository secrets: