add tag only
This commit is contained in:
parent
f8374039eb
commit
48c132bede
@ -2,15 +2,16 @@ name: Docker build test
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
registry:
|
inputs:
|
||||||
description: "Server address of Docker registry."
|
registry:
|
||||||
default: ${{ vars.CONTAINER_REGISTRY }}
|
description: "Server address of Docker registry."
|
||||||
username:
|
default: ${{ vars.CONTAINER_REGISTRY }}
|
||||||
description: "Username used to log against the Docker registry"
|
username:
|
||||||
default: ${{ vars.CONTAINER_REGISTRY_USERNAME }}
|
description: "Username used to log against the Docker registry"
|
||||||
password:
|
default: ${{ vars.CONTAINER_REGISTRY_USERNAME }}
|
||||||
description: "Password or personal access token used to log against the Docker registry"
|
password:
|
||||||
required: true
|
description: "Password or personal access token used to log against the Docker registry"
|
||||||
|
required: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user