fixes after testing
This commit is contained in:
parent
158b35db06
commit
22f655f48d
1 changed files with 2 additions and 4 deletions
6
.github/workflows/build-and-push.yml
vendored
6
.github/workflows/build-and-push.yml
vendored
|
|
@ -4,16 +4,14 @@ on:
|
|||
inputs:
|
||||
push_to_project:
|
||||
description: "Project to build images for"
|
||||
required: true
|
||||
required: false
|
||||
type: string
|
||||
default: "ghcr.io/cloudbase"
|
||||
ref:
|
||||
description: "Ref to build"
|
||||
required: true
|
||||
required: false
|
||||
type: string
|
||||
default: "main"
|
||||
schedule:
|
||||
- cron: "0 2 * * *"
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue