diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/android-dockerimage.yml | 2 | ||||
-rw-r--r-- | .github/workflows/linux-dockerimage.yml | 2 | ||||
-rw-r--r-- | .github/workflows/mxe-dockerimage-stage1.yml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/android-dockerimage.yml b/.github/workflows/android-dockerimage.yml index ce97e3da5..6b7c77050 100644 --- a/.github/workflows/android-dockerimage.yml +++ b/.github/workflows/android-dockerimage.yml @@ -10,7 +10,7 @@ jobs: android-build-container: runs-on: ubuntu-latest env: - VERSION: ${{ '5.13.01' }} + VERSION: ${{ '5.13.10' }} # the version numbers here is based on the Qt version, the third digit is the rev of the docker image steps: - uses: actions/checkout@v1 diff --git a/.github/workflows/linux-dockerimage.yml b/.github/workflows/linux-dockerimage.yml index 3890edc6e..a23a6a6a0 100644 --- a/.github/workflows/linux-dockerimage.yml +++ b/.github/workflows/linux-dockerimage.yml @@ -10,7 +10,7 @@ jobs: trusty-qt512: runs-on: ubuntu-latest env: - VERSION: ${{ '0.7' }} # just assigning a number wouldn't get you a string + VERSION: ${{ '1.0' }} # 'official' images should have a dot-zero version steps: - uses: actions/checkout@v1 diff --git a/.github/workflows/mxe-dockerimage-stage1.yml b/.github/workflows/mxe-dockerimage-stage1.yml index 160625f95..f116c51aa 100644 --- a/.github/workflows/mxe-dockerimage-stage1.yml +++ b/.github/workflows/mxe-dockerimage-stage1.yml @@ -14,7 +14,7 @@ jobs: # as you test changes toward a new release, call those 1.1, 1.2, 1.3, etc # VERSION is just that version presented as a string constant # - VERSION: ${{ '0.5' }} + VERSION: ${{ '1.0' }} steps: - uses: actions/checkout@v1 |