modified: .gitea/actions/buildkit-build-push-dev/action.yaml
/ ssh-client-container-build-push (push) Failing after 14s
/ ssh-client-container-build-push (push) Failing after 14s
modified: .gitea/workflows/ssh-client-build-deploy.yaml
This commit is contained in:
@@ -39,10 +39,9 @@ runs:
|
||||
shell: bash
|
||||
run: |
|
||||
set -euo pipefail
|
||||
echo "USERNAME RAW: ${{ inputs.registry_username }}"
|
||||
echo "PASSWORD RAW: ${{ inputs.registry_password }}"
|
||||
USER="${{ inputs.registry_username }}"
|
||||
PASS="${{ inputs.registry_password }}"
|
||||
|
||||
USER='${{ inputs.registry_username }}'
|
||||
PASS='${{ inputs.registry_password }}'
|
||||
|
||||
AUTH_INLINE=$(printf '%s:%s' "$USER" "$PASS" | base64 -w0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user