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
|
||||
|
||||
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
|
||||
|
Reference in New Issue
Block a user