qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] gitlab-ci: Use $CI_REGISTRY instead of hard-coding registry.gitlab.com
@ 2020-11-13 17:25 Rebecca Cran
  2020-11-16 11:59 ` [PATCH-for-5.2 " Philippe Mathieu-Daudé
  0 siblings, 1 reply; 2+ messages in thread
From: Rebecca Cran @ 2020-11-13 17:25 UTC (permalink / raw)
  To: qemu-devel; +Cc: Rebecca Cran

Update containers.yml to use the $CI_REGISTRY variable as other files
such as edk2.yml do.

Signed-off-by: Rebecca Cran <rebecca@nuviainc.com>
---
 .gitlab-ci.d/containers.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.d/containers.yml b/.gitlab-ci.d/containers.yml
index 11d079ea5810..892ca8d838ce 100644
--- a/.gitlab-ci.d/containers.yml
+++ b/.gitlab-ci.d/containers.yml
@@ -8,7 +8,7 @@
     - export COMMON_TAG="$CI_REGISTRY/qemu-project/qemu/$NAME:latest"
     - apk add python3
     - docker info
-    - docker login registry.gitlab.com -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD"
+    - docker login $CI_REGISTRY -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD"
   script:
     - echo "TAG:$TAG"
     - echo "COMMON_TAG:$COMMON_TAG"
-- 
2.26.2



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH-for-5.2 1/1] gitlab-ci: Use $CI_REGISTRY instead of hard-coding registry.gitlab.com
  2020-11-13 17:25 [PATCH 1/1] gitlab-ci: Use $CI_REGISTRY instead of hard-coding registry.gitlab.com Rebecca Cran
@ 2020-11-16 11:59 ` Philippe Mathieu-Daudé
  0 siblings, 0 replies; 2+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-11-16 11:59 UTC (permalink / raw)
  To: Rebecca Cran, qemu-devel

On 11/13/20 6:25 PM, Rebecca Cran wrote:
> Update containers.yml to use the $CI_REGISTRY variable as other files
> such as edk2.yml do.
> 
> Signed-off-by: Rebecca Cran <rebecca@nuviainc.com>
> ---
>  .gitlab-ci.d/containers.yml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/.gitlab-ci.d/containers.yml b/.gitlab-ci.d/containers.yml
> index 11d079ea5810..892ca8d838ce 100644
> --- a/.gitlab-ci.d/containers.yml
> +++ b/.gitlab-ci.d/containers.yml
> @@ -8,7 +8,7 @@
>      - export COMMON_TAG="$CI_REGISTRY/qemu-project/qemu/$NAME:latest"
>      - apk add python3
>      - docker info
> -    - docker login registry.gitlab.com -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD"
> +    - docker login $CI_REGISTRY -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD"
>    script:
>      - echo "TAG:$TAG"
>      - echo "COMMON_TAG:$COMMON_TAG"
> 

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-11-16 12:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-13 17:25 [PATCH 1/1] gitlab-ci: Use $CI_REGISTRY instead of hard-coding registry.gitlab.com Rebecca Cran
2020-11-16 11:59 ` [PATCH-for-5.2 " Philippe Mathieu-Daudé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).