Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .github/workflows/ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ name: GHCR
on:
workflow_dispatch:
push:
branches: [master]
tags: ["v*.*.*"]
branches:
- next
- use-images
tags:
- v*.*.*
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this change to tags expected to change any behaviour?


env:
REGISTRY: ghcr.io
Expand Down
8 changes: 2 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ services:
- DKIM_KEY_PATH=/etc/exim4/dkim.key.temp
restart: always
service:
build:
context: .
dockerfile: service.dockerfile
image: 'ghcr.io/getodk/central-service:use-images'
depends_on:
- secrets
- postgres14
Expand Down Expand Up @@ -75,9 +73,7 @@ services:
logging:
driver: local
nginx:
build:
context: .
dockerfile: nginx.dockerfile
image: 'ghcr.io/getodk/central-nginx:use-images'
depends_on:
- service
- enketo
Expand Down