feature/new-oci-deployment #2
@@ -48,9 +48,8 @@ runs:
|
||||
|
||||
USER='${{ inputs.registry_username }}'
|
||||
PASS='${{ inputs.registry_password }}'
|
||||
AUTH_INLINE=$(printf '%s:%s' "$USER" "$PASS" | base64 -w0)
|
||||
echo "AUTH_INLINE generated successfully"
|
||||
cat > "$DOCKER_CONFIG_DIR/config.json" <<EOF
|
||||
AUTH=$(printf '%s:%s' "$USER" "$PASS" | base64 -w0)
|
||||
cat > "$DOCKER_CONFIG_DIR/config.json" <<EOF
|
||||
{
|
||||
"auths": {
|
||||
"${{ inputs.registry_addr }}": {
|
||||
|
||||
@@ -20,7 +20,6 @@ jobs:
|
||||
env:
|
||||
RUNNER_TEMP: "${{ runner.temp }}"
|
||||
WORKSPACE: "${{ gitea.workspace }}"
|
||||
|
||||
run: |
|
||||
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