Skip to content

Commit

Permalink
push latesst
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored Apr 9, 2024
1 parent 384de25 commit ceacbd2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ jobs:
curl -s 'http://localhost:8010/ogc/test_project?service=WMS&request=GetCapabilities' | grep -ivq exception
- name: push
run: docker push qgis/${{ env.DOCKER_TAG }}:nightly
run: |
docker push qgis/${{ env.DOCKER_TAG }}:nightly
docker tag qgis/${{ env.DOCKER_TAG }}:nightly qgis/${{ env.DOCKER_TAG }}:latest
docker push qgis/${{ env.DOCKER_TAG }}:latest
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ceacbd2

Please sign in to comment.