cleanup
All checks were successful
Build container images / build (push) Successful in 1m53s

This commit is contained in:
James Brumond 2023-08-18 17:18:02 -07:00
parent bbf5ba86a6
commit 2dbf093a83
Signed by: james
GPG Key ID: E8F2FC44BAA3357A
2 changed files with 5 additions and 9 deletions

View File

@ -2,10 +2,7 @@
name: Build and publish container images
on:
# - workflow_dispatch
push:
branches:
- master
- workflow_dispatch
jobs:
build-and-publish:
@ -29,7 +26,7 @@ jobs:
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_TOKEN }}
- name: Build and publish
- name: Build Container and publish
uses: docker/build-push-action@v4
env:
# see <https://docs.gitea.com/usage/actions/comparison#dockerbuild-push-actionv4>

View File

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