Auth and switch to gitlab.com registry instead of dockerhub.
Auth with registry.gitlab.com instead of docker hub so we build/push modified images to: https://gitlab.com/drupal-infrastructure/drupalci/drupalci-environments/container_registry/
Also need to update CI variables:
-
REGISTRY_PATH
->registry.gitlab.com/drupal-infrastructure/drupalci/drupalci-environments
-
REGISTRY_USERNAME
andREGISTRY_PASSWORD
(I have credentials for these).
EDIT: These CI variables have been configured in target repo (https://git.drupalcode.org/project/drupalci_environments). Should be ok to merge + modify an image + verify it is pushed to new registry.
Related to #3516973
Edited by Max Whitehead