Actualiser action.yaml

This commit is contained in:
2025-04-14 13:26:54 +02:00
parent 0ef9646f90
commit 02c1d98b60

View File

@@ -51,6 +51,13 @@ runs:
echo "DEBUG=ON" >> $GITEA_ENV
debug Debug switch on
- name: Debug registry_login
shell: bash
run: |
source "${{ github.action_path }}/../bashlib.sh"
debug "Registry login is set to -${{ inputs.registry_login }}-"
- name: Log into the registry
if: ${{ inputs.registry_login == true }}
uses: https://gargoton.petite-maison-orange.fr/pmo-actions/registry-login@main