This commit is contained in:
Adrien Beaudouin 2024-08-02 13:07:09 +02:00
parent b7d1ae9173
commit 33ed48262c

View File

@ -4,7 +4,7 @@ description: Deploy image to Gitea
inputs:
registry:
description: "Server address of Docker registry."
default: gitea.okami101.io
default: ${{ vars.CONTAINER_REGISTRY }}
username:
description: "Username used to log against the Docker registry"
default: ${{ vars.CONTAINER_REGISTRY_USERNAME }}