Fix analoggallery build context to use main branch
Some checks failed
Deploy Stacks / deploy-prod (push) Failing after 1s
Deploy Stacks / deploy-dev (push) Has been cancelled

The analogGallery repo uses 'main' not 'master' as default branch.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-22 10:40:33 -05:00
parent e944ac8b48
commit a0b6dcbdc3

View File

@@ -1,7 +1,7 @@
services:
gallery:
build:
context: https://gitea.ghost.tel/knight/analogGallery.git
context: https://gitea.ghost.tel/knight/analogGallery.git#main
container_name: analoggallery
restart: unless-stopped
labels: