mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-25 02:20:05 +01:00
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 <peter.hutterer@who-t.net>
This commit is contained in:
parent
db56772de0
commit
4584a1eadd
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue