Skip to content

Commit

Permalink
Updating how we build, but we need an image up in quay
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanHilt committed Dec 20, 2024
1 parent 6c2c1f0 commit c899a95
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/image_build_push.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit c899a95

Please sign in to comment.