Skip to content

Commit

Permalink
Update build_deploy_run.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
enricofer authored Sep 5, 2024
1 parent 8164ca5 commit 978b718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_deploy_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: docker build --build-context webapp_root=./webapp -t enricofer/djakart:latest ./build_webapp

- name: QGIS build
run: docker build -t qgis-server ./build_qgis
run: docker build -t enricofer/qgis-server:latest ./build_qgis

- name: LIST LOCAL IMAGES
run: docker image ls
Expand Down

0 comments on commit 978b718

Please sign in to comment.