Re: [PATCH v1 2/8] gitlab: explicitly reference the upstream registry

2021-05-24 Thread Philippe Mathieu-Daudé
On 5/20/21 7:42 PM, Alex Bennée wrote: > Since c8e6793903 ("containers.yml: build with docker.py tooling") we > don't need to manually pull stuff from the upstream repository. Just > set the -r field to explicitly use that rather than the current > registry. Yay! Reviewed-by: Philippe Mathieu-Dau

Re: [PATCH v1 2/8] gitlab: explicitly reference the upstream registry

2021-05-24 Thread Willian Rampazzo
On Thu, May 20, 2021 at 2:43 PM Alex Bennée wrote: > > Since c8e6793903 ("containers.yml: build with docker.py tooling") we > don't need to manually pull stuff from the upstream repository. Just > set the -r field to explicitly use that rather than the current > registry. > > Signed-off-by: Alex B