Skip to content

Commit

Permalink
docker actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
enricofer committed Jun 13, 2024
1 parent ce89d74 commit 8014c26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ jobs:
uses: docker/setup-qemu-action@v1

- name: QGIS build
uses: docker/build-push-action@v2
uses: docker/build-push-action@v4
with:
context: ./build_qgis
file: ./build_qgis/Dockerfile
push: false
tags: enricofer/djakart-docker-qgis:test-build-only

- name: WEBAPP build
uses: docker/build-push-action@v2
uses: docker/build-push-action@v4
with:
context: ./build_webapp
file: ./build_webapp/Dockerfile
Expand Down

0 comments on commit 8014c26

Please sign in to comment.