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 name: Build and publish container images
on: on:
- workflow_dispatch workflow_dispatch: { }
# push: push:
# branches: branches:
# - master - master
jobs: jobs:
build-and-publish: build-and-publish:

View File

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

View File

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

View File

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