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