diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2019-11-26 19:02:48 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-11-28 11:12:59 -0800 |
commit | 9147e83b8cec585d9d110ab8d604c6613d7c6357 (patch) | |
tree | 2944b0e25b966c2699b06864549c41cebf27886c /.github/workflows/linux-dockerimage.yml | |
parent | 5446e9db83dd64a17c2c87c2683ba4d01c1fe496 (diff) | |
download | subsurface-9147e83b8cec585d9d110ab8d604c6613d7c6357.tar.gz |
GitHub Actions: better names for the docker workflows
This way it's much easier to see on the GitHub website which one is which.
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 a23a6a6a0..9dd0106c8 100644 --- a/.github/workflows/linux-dockerimage.yml +++ b/.github/workflows/linux-dockerimage.yml @@ -1,4 +1,4 @@ -name: Docker Image CI +name: Linux Qt 5.12 Docker Image CI on: push: |