Skip to content

Commit

Permalink
force docker rebuild on manually triggered run
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Mar 8, 2021
1 parent 01faac0 commit 884ee7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mingw64.yml
Expand Up @@ -44,6 +44,7 @@ jobs:
dockerfile: ms-windows/mingw/qgis3-build-deps-mingw.dockerfile
push_git_tag: true
push_image_and_stages: on:push
pull_image_and_stages: ${{ github.event_name != 'workflow_dispatch' }}

- name: Prepare build cache for pull request
uses: pat-s/always-upload-cache@v2.1.3
Expand Down

0 comments on commit 884ee7d

Please sign in to comment.