publish image
All checks were successful
Build and publish container images / build-and-publish (push) Successful in 52s
All checks were successful
Build and publish container images / build-and-publish (push) Successful in 52s
This commit is contained in:
parent
0eb3e467d7
commit
fd69bc370d
@ -2,10 +2,10 @@
|
||||
name: Build and publish container images
|
||||
|
||||
on:
|
||||
- workflow_dispatch
|
||||
# push:
|
||||
# branches:
|
||||
# - master
|
||||
workflow_dispatch: { }
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build-and-publish:
|
||||
|
@ -2,7 +2,7 @@
|
||||
name: Build container images
|
||||
|
||||
on:
|
||||
- workflow_dispatch
|
||||
workflow_dispatch: { }
|
||||
# push:
|
||||
# branches:
|
||||
# - master
|
||||
|
@ -2,7 +2,10 @@
|
||||
name: Deploy staging to production environment
|
||||
|
||||
on:
|
||||
- workflow_dispatch
|
||||
workflow_dispatch: { }
|
||||
# push:
|
||||
# branches:
|
||||
# - master
|
||||
|
||||
jobs:
|
||||
tag-image:
|
||||
|
@ -2,10 +2,10 @@
|
||||
name: Deploy latest to staging environment
|
||||
|
||||
on:
|
||||
# - workflow_dispatch
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
workflow_dispatch: { }
|
||||
# push:
|
||||
# branches:
|
||||
# - master
|
||||
|
||||
jobs:
|
||||
tag-image:
|
||||
|
Loading…
x
Reference in New Issue
Block a user