qrcode example
All checks were successful
Build and publish container images / build-and-publish (push) Successful in 51s

This commit is contained in:
2023-08-19 16:24:56 -07:00
parent b3b2e25aae
commit 313ea12497
3 changed files with 20 additions and 8 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

@@ -3,9 +3,9 @@ name: Deploy latest to staging environment
on:
# - workflow_dispatch
push:
branches:
- master
# push:
# branches:
# - master
jobs:
tag-image: