RASHMIBB23

Results 1 comments of RASHMIBB23

#!/bin/bash # Configuration (replace with real values or use env vars) DOCKER_REGISTRY="your-registry.com" DOCKER_USERNAME="your-username" DOCKER_PASSWORD="your-password" IMAGE_NAME="private-image-e2e-test" TAG="v1" FULL_IMAGE="${DOCKER_REGISTRY}/${DOCKER_USERNAME}/${IMAGE_NAME}:${TAG}" set -e # Exit immediately on error echo "🔐 Logging in to Docker...