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 Jan 17, 2025
1 parent 11a87ff commit eacb34b
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 @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v2

- name: WEBAPP build
run: docker build --build-context webapp_root=./webapp -t enricofer/djakart:latest ./build_webapp
run: docker build -t enricofer/djakart:latest ./build_webapp

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

0 comments on commit eacb34b

Please sign in to comment.