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>
This commit is contained in:
parent
5446e9db83
commit
9147e83b8c
2
.github/workflows/android-dockerimage.yml
vendored
2
.github/workflows/android-dockerimage.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Docker Image CI
|
||||
name: Android Docker Image CI
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
2
.github/workflows/linux-dockerimage.yml
vendored
2
.github/workflows/linux-dockerimage.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Docker Image CI
|
||||
name: Linux Qt 5.12 Docker Image CI
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
2
.github/workflows/mxe-dockerimage-stage1.yml
vendored
2
.github/workflows/mxe-dockerimage-stage1.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Docker Image CI
|
||||
name: MXE Docker Image CI
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
2
.github/workflows/mxe-dockerimage-stage2.yml
vendored
2
.github/workflows/mxe-dockerimage-stage2.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Docker Image CI stage 2
|
||||
name: MXE stage 2 Docker Image CI
|
||||
|
||||
# trigger this second stage via a repository dispaych event
|
||||
# the version that we are building is passed in via the event type that is available to us here
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user