summaryrefslogtreecommitdiff
path: root/bin/docker-pull
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-10-07 19:49:35 +0000
committermo khan <mo.khan@gmail.com>2020-10-07 19:49:35 +0000
commit1e2005682f1cd5f0fee3ee21235bd2a349d529a4 (patch)
tree5b5af5f973e81019f52aa8bb876351014c9955c2 /bin/docker-pull
parentcb0681e7b20537d8aeb5785ad09934cd9fe103f8 (diff)
parent8e4aaaf041950ae90916397cd08ab0f36f80c622 (diff)
Merge branch '215933-new-repo' into 'main'v3.28.0
Relocate project See merge request gitlab-org/security-products/analyzers/license-finder!3
Diffstat (limited to 'bin/docker-pull')
-rwxr-xr-xbin/docker-pull2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/docker-pull b/bin/docker-pull
index aced17d..0878036 100755
--- a/bin/docker-pull
+++ b/bin/docker-pull
@@ -5,7 +5,7 @@ set -e
cd "$(dirname "$0")/.."
IMAGE_NAME=${IMAGE_NAME:-$(basename "$PWD"):latest}
-LATEST_IMAGE=registry.gitlab.com/gitlab-org/security-products/license-management:latest
+LATEST_IMAGE=registry.gitlab.com/gitlab-org/security-products/analyzers/license-finder:latest
docker pull $LATEST_IMAGE
docker tag $LATEST_IMAGE "$IMAGE_NAME"