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