From: Yann E. MORIN Date: Mon, 5 Feb 2018 07:39:35 +0000 (+0100) Subject: gitlab-ci: use new, tagged image X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7f50ba7d95cc1604e5669bf17f2b6cafa6e503cb;p=buildroot.git gitlab-ci: use new, tagged image Signed-off-by: "Yann E. MORIN" Cc: Arnout Vandecappelle Cc: Peter Korsgaard Cc: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bf975fcd47..30a4399553 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ # It needs to be regenerated every time a defconfig is added, using # "make .gitlab-ci.yml". -image: buildroot/base +image: buildroot/base:20180205.0730 .defconfig_script: &defconfig_script - echo 'Configure Buildroot' diff --git a/.gitlab-ci.yml.in b/.gitlab-ci.yml.in index f763fdd454..cb3eb715f2 100644 --- a/.gitlab-ci.yml.in +++ b/.gitlab-ci.yml.in @@ -4,7 +4,7 @@ # It needs to be regenerated every time a defconfig is added, using # "make .gitlab-ci.yml". -image: buildroot/base +image: buildroot/base:20180205.0730 .defconfig_script: &defconfig_script - echo 'Configure Buildroot'