publish build
All checks were successful
Build and publish container images / build-and-publish (push) Successful in 14m32s

This commit is contained in:
2023-11-03 18:20:12 -07:00
parent c506c84987
commit 6f03a6c586
3 changed files with 12 additions and 5 deletions

View File

@@ -2,7 +2,10 @@
name: Build and publish container images
on:
- workflow_dispatch
workflow_dispatch: { }
push:
branches:
- master
jobs:
build-and-publish:

View File

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