defaults do not work like this
This commit is contained in:
parent
27b5bc8357
commit
eaf5d43001
@ -9,27 +9,21 @@ on:
|
||||
repository:
|
||||
required: true
|
||||
type: string
|
||||
default: ${{ gitea.repository }}
|
||||
ref_name:
|
||||
required: true
|
||||
type: string
|
||||
default: ${{ gitea.ref_name }}
|
||||
sha:
|
||||
required: true
|
||||
type: string
|
||||
default: ${{ gitea.sha }}
|
||||
registry_url:
|
||||
required: true
|
||||
type: string
|
||||
default: ${{ secrets.REGISTRY_URL }}
|
||||
registry_user:
|
||||
required: true
|
||||
type: string
|
||||
default: ${{ secrets.REGISTRY_USER }}
|
||||
registry_pw:
|
||||
required: true
|
||||
type: secret
|
||||
default: ${{ secrets.REGISTRY_PW }}
|
||||
jobs:
|
||||
build-container:
|
||||
runs-on: buildah-latest
|
||||
|
Loading…
Reference in New Issue
Block a user