diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2019-11-25 12:57:32 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-11-28 11:12:59 -0800 |
commit | 5446e9db83dd64a17c2c87c2683ba4d01c1fe496 (patch) | |
tree | 4bc62da2c572e63b584454e7146c37a4484e43c3 /.github/workflows/linux-dockerimage.yml | |
parent | 13db505866f1a36dd313ded3c15c45ae917fef27 (diff) | |
download | subsurface-5446e9db83dd64a17c2c87c2683ba4d01c1fe496.tar.gz |
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>
Diffstat (limited to '.github/workflows/linux-dockerimage.yml')
-rw-r--r-- | .github/workflows/linux-dockerimage.yml | 2 |
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 |