Update .github/workflows/docker-publish.yaml
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user