Merge pull request #1533 from RainbowMango/pr_tidy_workflow
Tidy workflow of images publishment
This commit is contained in:
commit
3446e744ae
|
@ -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