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
|
||||
|
||||
inputs:
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
registry:
|
||||
required: false
|
||||
type: string
|
||||
@ -10,7 +12,7 @@ inputs:
|
||||
tag:
|
||||
required: false
|
||||
type: string
|
||||
secrets:
|
||||
secrets:
|
||||
registry_user:
|
||||
required: true
|
||||
type: string
|
||||
|
Loading…
Reference in New Issue
Block a user