Re: [PATCH 5/9] gitlab-ci: explicitly reference the upstream registry

2021-05-25 Thread Philippe Mathieu-Daudé
On 5/25/21 1:10 PM, Alex Bennée wrote: > Philippe Mathieu-Daudé writes: >> From: Alex Bennée >> >> 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 th

Re: [PATCH 5/9] gitlab-ci: explicitly reference the upstream registry

2021-05-25 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > From: Alex Bennée > > 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: Al

[PATCH 5/9] gitlab-ci: explicitly reference the upstream registry

2021-05-25 Thread Philippe Mathieu-Daudé
From: Alex Bennée 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 Bennée Message-Id: <20210520174303.12310-3-al