Skip to content

Commit

Permalink
context
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jul 16, 2024
1 parent 368f62b commit d5364b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- id: nightly
name: building nightly
run: docker build -t qgis/${{ env.DOCKER_TAG }}:nightly --build-arg repo=ubuntu-nightly ${{ matrix.qgis_type }}
run: docker build -t qgis/${{ env.DOCKER_TAG }}:nightly --build-arg repo=ubuntu-nightly ${{ matrix.qgis_type }} .

- name: test
if: ${{ matrix.qgis_type == 'server' }}
Expand Down

0 comments on commit d5364b1

Please sign in to comment.