Merge pull request #1533 from RainbowMango/pr_tidy_workflow

Tidy workflow of images publishment
This commit is contained in:
karmada-bot 2022-03-24 18:11:51 +08:00 committed by GitHub
commit 3446e744ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
name: latest image to dockerhub
name: latest image to DockerHub
on:
push:
branches:

View File

@ -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:

View File

@ -1,4 +1,4 @@
name: Image
name: latest image to SWR
on:
push:
branches:

View File

@ -1,4 +1,4 @@
name: Release Images
name: released image to SWR
on:
release:
types: