From 4584a1eadde932e3cf6dc76ea5fffbb174f76508 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 2 Nov 2018 12:03:27 +1000 Subject: [PATCH] gitlab CI: buildah requires the transport protocol Executing the script as illustrated sends it to nowhere (localhost maybe?), prepending docker:// makes it recognize the hostname correctly and actually upload it to gitlab. Signed-off-by: Peter Hutterer --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4cb30b8c..84a12629 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -132,7 +132,7 @@ variables: # cp $buildmnt1/go/src/skopeo/skopeo $buildmnt2/usr/bin/skopeo # # buildah unmount $buildcntr2 -# buildah commit $buildcntr2 registry.freedesktop.org/libinput/libinput/skopeo:latest +# buildah commit $buildcntr2 docker://registry.freedesktop.org/libinput/libinput/skopeo:latest # # #clean up build # -- GitLab