mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 19:13:24 +00:00
GitHub Actions: set new version numbers for the docker images
These are of course arbitrary. The Android container image for some reason based its version number on the Qt version. Which may or may not be a good idea. The other two had 0.x version numbers, so let's move them to 1.0 for the first release that gets pushed to the subsurface account on docker hub. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
13db505866
commit
5446e9db83
3 changed files with 3 additions and 3 deletions
2
.github/workflows/android-dockerimage.yml
vendored
2
.github/workflows/android-dockerimage.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/linux-dockerimage.yml
vendored
2
.github/workflows/linux-dockerimage.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/mxe-dockerimage-stage1.yml
vendored
2
.github/workflows/mxe-dockerimage-stage1.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue