From 9278f4680d9fdd34803089be875d16d667c0579e Mon Sep 17 00:00:00 2001 From: aguestuser Date: Sun, 23 Apr 2017 21:32:48 -0400 Subject: [ag] use canonical format for 0xacab docker registry images * this change was necessitated by prior format failing a whitelisted images check here: https://0xacab.org/aguestuser/bitmask_android/builds/9406 * NOTE: this format means we can't label `android-sdk` images by version because the tag is reserved for the image name, not the version :( * ie: the whitelist forces us to specify `bimtask_android:android-sdk` rather than `bitmask_android/android-sdk:0.0.1` -- is there a reason for this? --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5321f64d..8bbe684b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: "0xacab.org:4567/leap/bitmask_android/android-sdk:latest" +image: "0xacab.org:4567/leap/bitmask_android:android-sdk" stages: - build -- cgit v1.2.3