ci: push Docker images to Gitea container registry on release tags
Some checks failed
CI / lint-and-test (push) Has been cancelled
Some checks failed
CI / lint-and-test (push) Has been cancelled
- Update release workflow to build and push to git.cqre.net/cqrenet/aoc-backend - Update docker-compose.yml to pull from Gitea registry
This commit is contained in:
@@ -13,7 +13,7 @@ services:
|
||||
|
||||
backend:
|
||||
# For local development you can switch back to: build: ./backend
|
||||
image: ghcr.io/cqrenet/aoc-backend:v1.0.1
|
||||
image: git.cqre.net/cqrenet/aoc-backend:v1.0.1
|
||||
container_name: aoc-backend
|
||||
restart: always
|
||||
env_file:
|
||||
|
||||
Reference in New Issue
Block a user