publish image
Some checks reported warnings
Build and publish container images / build-and-publish (push) Has been cancelled

This commit is contained in:
James Brumond 2023-08-18 18:24:20 -07:00
parent f1b347300b
commit 494ac3e09a
Signed by: james
GPG Key ID: E8F2FC44BAA3357A
2 changed files with 8 additions and 4 deletions

View File

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

View File

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