Fix docker image tag

ckan-master to master
This commit is contained in:
mjanez 2023-04-14 18:59:59 +02:00 committed by GitHub
parent cc537767ea
commit af1ce41a86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ services:
build: build:
context: ckan/ context: ckan/
dockerfile: Dockerfile dockerfile: Dockerfile
image: ghcr.io/mjanez/ckan-spatial:ckan-master image: ghcr.io/mjanez/ckan-spatial:master
env_file: env_file:
- .env - .env
depends_on: depends_on:

View File

@ -26,7 +26,7 @@ services:
build: build:
context: ckan/ context: ckan/
dockerfile: Dockerfile dockerfile: Dockerfile
image: ghcr.io/mjanez/ckan-spatial:ckan-master image: ghcr.io/mjanez/ckan-spatial:master
env_file: env_file:
- .env - .env
depends_on: depends_on: