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