modified: .gitea/actions/buildkit-build-push-dev/action.yaml
/ ssh-client-container-build-push (push) Failing after 13s
/ ssh-client-container-build-push (push) Failing after 13s
modified: .gitea/workflows/ssh-client-build-deploy.yaml
This commit is contained in:
@@ -48,8 +48,7 @@ runs:
|
|||||||
|
|
||||||
USER='${{ inputs.registry_username }}'
|
USER='${{ inputs.registry_username }}'
|
||||||
PASS='${{ inputs.registry_password }}'
|
PASS='${{ inputs.registry_password }}'
|
||||||
AUTH_INLINE=$(printf '%s:%s' "$USER" "$PASS" | base64 -w0)
|
AUTH=$(printf '%s:%s' "$USER" "$PASS" | base64 -w0)
|
||||||
echo "AUTH_INLINE generated successfully"
|
|
||||||
cat > "$DOCKER_CONFIG_DIR/config.json" <<EOF
|
cat > "$DOCKER_CONFIG_DIR/config.json" <<EOF
|
||||||
{
|
{
|
||||||
"auths": {
|
"auths": {
|
||||||
|
|||||||
@@ -20,7 +20,6 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
RUNNER_TEMP: "${{ runner.temp }}"
|
RUNNER_TEMP: "${{ runner.temp }}"
|
||||||
WORKSPACE: "${{ gitea.workspace }}"
|
WORKSPACE: "${{ gitea.workspace }}"
|
||||||
|
|
||||||
run: |
|
run: |
|
||||||
curl -fsSL https://git.limbosolutions.com/kb/gitea/raw/branch/main/cloud-scripts/setup-limbo-actions.sh | bash 2>&1
|
curl -fsSL https://git.limbosolutions.com/kb/gitea/raw/branch/main/cloud-scripts/setup-limbo-actions.sh | bash 2>&1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user