From c899a953d2ed90c9b2987691fe42abead304de08 Mon Sep 17 00:00:00 2001 From: Aidan Hilt Date: Fri, 20 Dec 2024 12:41:20 -0500 Subject: [PATCH] Updating how we build, but we need an image up in quay --- .github/workflows/image_build_push.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/image_build_push.yaml b/.github/workflows/image_build_push.yaml index d67e72d5..9027d71f 100644 --- a/.github/workflows/image_build_push.yaml +++ b/.github/workflows/image_build_push.yaml @@ -1,6 +1,15 @@ name: Build Image and Push -on: push +on: + workflow_dispatch: + inputs: + tag: + description: "The tag to apply to this build. Defaults to 'latest'." + default: "latest" + required: false + schedule: + - cron: '0 0 * * 0' # Weekly on Sunday at 00:00 + push: jobs: ci: