From a263d4268a1191e25b7d27b7f58b950796e053fb Mon Sep 17 00:00:00 2001 From: Paul Gessinger <hello@paulgessinger.com> Date: Mon, 23 Oct 2017 10:12:09 +0200 Subject: [PATCH] update check_format_local script to use acts/machines registry --- CI/check_format_local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/check_format_local b/CI/check_format_local index f8fe8cba..667eed2d 100755 --- a/CI/check_format_local +++ b/CI/check_format_local @@ -8,4 +8,4 @@ if [ $# -ne 1 ]; then fi WD="$(cd "$(dirname "$1")"; pwd)/$(basename "$1")" -docker run --rm -ti -v $WD:$WD:rw -w $WD gitlab-registry.cern.ch/pagessin/machines/check CI/check_format . +docker run --rm -ti -v $WD:$WD:rw -w $WD gitlab-registry.cern.ch/acts/machines/check:latest CI/check_format . -- GitLab