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/android-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/android-dockerimage.yml')
-rw-r--r-- | .github/workflows/android-dockerimage.yml | 2 |
1 files changed, 1 insertions, 1 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 |