From 30369c6345250d71ef9ca5b12e4991c601e350c6 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Wed, 27 Mar 2019 09:45:34 -0700 Subject: [PATCH] gitlab-ci: Add a note about where to manage your containers. Michel noted that I could do this instead of bumping the tag as I developed, so leave that note for the next person. Signed-off-by: Eric Anholt --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 52a89ddf0..eb9087c67 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,8 @@ # After merging a change resulting in generating a new image to the main # repository, it's recommended to remove the image from the source repository's # container registry, so that the image from the main repository's registry -# will be used there as well. +# will be used there as well. You can manage your images on your fork of: +# https://gitlab.freedesktop.org/xorg/xserver/container_registry variables: UPSTREAM_REPO: xorg/xserver DEBIAN_VERSION: testing-slim