On Tue, Oct 26, 2021 at 11:55 AM Philippe Mathieu-Daudé <phi...@redhat.com> wrote: > > Users expect images pulled from registry.gitlab.com/qemu-project/qemu/ > to be stable. QEMU repository workflow pushes merge candidates to > the /staging branch, and on success the same commit is pushed as > /master. If /staging fails, we do not want to push the built images > to the registry. Therefore limit the 'docker push' command to the > /master branch on the mainstream CI. The fork behavior is unchanged. > > Signed-off-by: Philippe Mathieu-Daudé <phi...@redhat.com> > --- > .gitlab-ci.d/container-template.yml | 11 ++++++++++- > .gitlab-ci.d/edk2.yml | 11 ++++++++++- > .gitlab-ci.d/opensbi.yml | 11 ++++++++++- > 3 files changed, 30 insertions(+), 3 deletions(-) >
Reviewed-by: Willian Rampazzo <willi...@redhat.com>