Update .github/workflows/docker-publish.yaml
This commit is contained in:
parent
2ee596e851
commit
270d87036c
6
.github/workflows/docker-publish.yaml
vendored
6
.github/workflows/docker-publish.yaml
vendored
@ -1,6 +1,8 @@
|
|||||||
name: Build & push docker image
|
name: Build & push docker image
|
||||||
|
|
||||||
inputs:
|
on:
|
||||||
|
workflow_call:
|
||||||
|
inputs:
|
||||||
registry:
|
registry:
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
@ -10,7 +12,7 @@ inputs:
|
|||||||
tag:
|
tag:
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
secrets:
|
secrets:
|
||||||
registry_user:
|
registry_user:
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
Loading…
Reference in New Issue
Block a user