mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Push to registry on the same server
This commit is contained in:
parent
e6035ad982
commit
813e1caba9
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ variables:
|
||||||
DOCKER_DRIVER: overlay
|
DOCKER_DRIVER: overlay
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- docker login -u "gitlab-ci-token" -p "$CI_BUILD_TOKEN" registry.gitlab.com
|
- docker login -u "gitlab-ci-token" -p "$CI_BUILD_TOKEN" "$CI_REGISTRY"
|
||||||
|
|
||||||
.test_build: &test_build
|
.test_build: &test_build
|
||||||
stage: test
|
stage: test
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue