cleanup: remove all Docker Hub references and update to Quay.io
- Update deployment.yaml to reference Quay.io instead of Docker Hub - Remove Docker Hub references from README.md - Update build-and-push.sh to show Quay.io registry info - Update release.sh to reference Quay.io repository - Update push-to-internal-registry.sh to use Quay.io image - Clean up all Docker Hub comments and references - Registry is now exclusively Quay.io: quay.io/rh_ee_anobre/resource-governance
This commit is contained in:
@@ -35,7 +35,7 @@ echo -e "${BLUE}📦 Registry URL: $REGISTRY_URL${NC}"
|
||||
# Tag da imagem
|
||||
FULL_IMAGE_NAME="$REGISTRY_URL/$NAMESPACE/$IMAGE_NAME:$TAG"
|
||||
echo -e "${YELLOW}🏷️ Criando tag: $FULL_IMAGE_NAME${NC}"
|
||||
podman tag andersonid/resource-governance:simple $FULL_IMAGE_NAME
|
||||
podman tag quay.io/rh_ee_anobre/resource-governance:latest $FULL_IMAGE_NAME
|
||||
|
||||
# Push da imagem
|
||||
echo -e "${YELLOW}📤 Fazendo push da imagem...${NC}"
|
||||
|
||||
Reference in New Issue
Block a user