Ok, just to be pretty sure, because I’m still getting errors saying that I need to make docker login…
I want one step of my pipeline to run on
registry.gitlab.com/semantix/default-follower:develop
So, this becomes in .drone.yml:
- name: Build EC2 instance
image: default-follower
settings:
registry: registry gitlab com (omitted dots to make discourse happy)
repo: registry.gitlab.com/semantix
username:
from_secret: REGISTRY_USER
password:
from_secret: REGISTRY_PASSWORD
tags:
- develop
Am I missing something?
Thanks