build with logging
All checks were successful
Build container images / build (push) Successful in 39s

This commit is contained in:
2023-08-19 13:51:01 -07:00
parent 28ed961afc
commit 05ffb83eb3
3 changed files with 9 additions and 8 deletions

View File

@@ -2,10 +2,10 @@
name: Build container images
on:
- workflow_dispatch
# push:
# branches:
# - master
# - workflow_dispatch
push:
branches:
- master
jobs:
build:

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: