From 9c2a67bbbfa8d0382acf7acd4adb4ea5fc861c87 Mon Sep 17 00:00:00 2001 From: Sebastian Tobie Date: Sun, 2 Feb 2025 18:15:58 +0100 Subject: [PATCH] removed the check again --- .forgejo/steps/push/action.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.forgejo/steps/push/action.yml b/.forgejo/steps/push/action.yml index cce3130..67c7d98 100644 --- a/.forgejo/steps/push/action.yml +++ b/.forgejo/steps/push/action.yml @@ -34,10 +34,6 @@ runs: - name: login shell: sh run: | - if [ -z "${{ inputs.password }}" ] ; then - echo The password is unset - exit 1 - fi skopeo login -u "${{ inputs.username }}" -p "${{ inputs.password }}" ${{ inputs.registry }} env: REGISTRY_AUTH_FILE: ${{env.RUNNER_TEMP}}/auth.json