Tidy workflow of images publishment
Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
This commit is contained in:
parent
47eb1cc81a
commit
b5027b471a
|
@ -1,4 +1,4 @@
|
|||
name: latest image to dockerhub
|
||||
name: latest image to DockerHub
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
name: Image
|
||||
name: latest image to SWR
|
||||
on:
|
||||
push:
|
||||
branches:
|
|
@ -1,4 +1,4 @@
|
|||
name: Release Images
|
||||
name: released image to SWR
|
||||
on:
|
||||
release:
|
||||
types:
|
Loading…
Reference in New Issue