From c43ac46214bc625f129cdb89117cb71b86906369 Mon Sep 17 00:00:00 2001 From: James Brumond Date: Fri, 3 Nov 2023 19:08:34 -0700 Subject: [PATCH] publish --- .gitea/workflows/build-and-pubish.yaml | 6 +++--- .gitea/workflows/build.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/build-and-pubish.yaml b/.gitea/workflows/build-and-pubish.yaml index f25e227..2360e79 100644 --- a/.gitea/workflows/build-and-pubish.yaml +++ b/.gitea/workflows/build-and-pubish.yaml @@ -3,9 +3,9 @@ name: Build and publish container images on: workflow_dispatch: { } - # push: - # branches: - # - master + push: + branches: + - master jobs: build-and-publish: diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 7c235ba..1e66eea 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -3,9 +3,9 @@ name: Build container images on: workflow_dispatch: { } - push: - branches: - - master + # push: + # branches: + # - master jobs: build: