add deployment workflows; publish an image
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Build and publish container images / build-and-publish (push) Successful in 2m30s

This commit is contained in:
2023-08-18 19:09:55 -07:00
parent daac8a316c
commit 5ba55708e9
4 changed files with 100 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: