add tag only

This commit is contained in:
Adrien Beaudouin 2024-08-14 17:05:17 +02:00
parent f8374039eb
commit 48c132bede

View File

@ -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: