summaryrefslogtreecommitdiffstats
path: root/.github/workflows/linux-dockerimage.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/linux-dockerimage.yml')
-rw-r--r--.github/workflows/linux-dockerimage.yml2
1 files changed, 1 insertions, 1 deletions
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