publish image
All checks were successful
Build and publish container images / build-and-publish (push) Successful in 52s

This commit is contained in:
James Brumond 2023-08-19 17:18:49 -07:00
parent 0eb3e467d7
commit fd69bc370d
Signed by: james
GPG Key ID: E8F2FC44BAA3357A
4 changed files with 13 additions and 10 deletions

View File

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

View File

@ -2,7 +2,7 @@
name: Build container images
on:
- workflow_dispatch
workflow_dispatch: { }
# push:
# branches:
# - master

View File

@ -2,7 +2,10 @@
name: Deploy staging to production environment
on:
- workflow_dispatch
workflow_dispatch: { }
# push:
# branches:
# - master
jobs:
tag-image:

View File

@ -2,10 +2,10 @@
name: Deploy latest to staging environment
on:
# - workflow_dispatch
push:
branches:
- master
workflow_dispatch: { }
# push:
# branches:
# - master
jobs:
tag-image: