Skip to content

Commit

Permalink
image rename
Browse files Browse the repository at this point in the history
  • Loading branch information
enricofer committed Jun 13, 2024
1 parent cee7469 commit 463ca03
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,18 @@ jobs:
build-contexts: |
webapp_root=./webapp
push: false
tags: djakart:latest
tags: enricofer/djakart:latest

- name: QGIS build
uses: docker/build-push-action@v4
with:
context: ./build_qgis
file: ./build_qgis/Dockerfile
push: false
tags: qgis-server:latest
tags: enricofer/qgis-server:latest

- name: DJAKART CONTAINER UP
run: docker compose up -d
- name: LIST LOCAL IMAGES
run: docker image ls



4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.9'
services:

webapp_djakart:
image: djakart:latest
image: enricofer/djakart:latest
#command: docker compose exec webapp_djakart /usr/bin/python3 manage.py makemigrations --no-input
#command: docker compose exec webapp_djakart /usr/bin/python3 manage.py createsuperuser --no-input
command: >
Expand Down Expand Up @@ -31,7 +31,7 @@ services:
- ./initdb.sh:/docker-entrypoint-initdb.d/initdb.sh

qgisserver_djakart:
image: qgis-server:latest
image: enricofer/qgis-server:latest
env_file:
- .env
volumes:
Expand Down

0 comments on commit 463ca03

Please sign in to comment.