diff --git a/.github/workflows/dockerhub-latest-image.yml b/.github/workflows/dockerhub-latest-image.yml index 642b77278..4c482d382 100644 --- a/.github/workflows/dockerhub-latest-image.yml +++ b/.github/workflows/dockerhub-latest-image.yml @@ -1,4 +1,4 @@ -name: latest image to dockerhub +name: latest image to DockerHub on: push: branches: diff --git a/.github/workflows/dockerhub-released-image.yml b/.github/workflows/dockerhub-released-image.yml index b243c5188..0246f5716 100644 --- a/.github/workflows/dockerhub-released-image.yml +++ b/.github/workflows/dockerhub-released-image.yml @@ -1,10 +1,10 @@ -name: released image to dockerhub +name: released image to DockerHub on: release: types: - published jobs: - publish-image-to-dockerhub:: + publish-image-to-dockerhub: name: publish to DockerHub strategy: matrix: diff --git a/.github/workflows/image.yml b/.github/workflows/swr-latest-image.yml similarity index 97% rename from .github/workflows/image.yml rename to .github/workflows/swr-latest-image.yml index 6fdec95fe..94c11a3cd 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/swr-latest-image.yml @@ -1,4 +1,4 @@ -name: Image +name: latest image to SWR on: push: branches: diff --git a/.github/workflows/release-image.yml b/.github/workflows/swr-released-image.yml similarity index 97% rename from .github/workflows/release-image.yml rename to .github/workflows/swr-released-image.yml index 0dc9f6d22..0e386f6ca 100644 --- a/.github/workflows/release-image.yml +++ b/.github/workflows/swr-released-image.yml @@ -1,4 +1,4 @@ -name: Release Images +name: released image to SWR on: release: types: