From aa70272b410f450552f34a553c5a9f4edc126f9c Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Sat, 6 Mar 2021 09:46:45 +0100 Subject: [PATCH] CI: Try another image --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index df19098b..dd1b95f5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -170,7 +170,7 @@ build_linux: snap:edge: stage: release - image: "cibuilds/snapcraft:core18" + image: "snapcore/snapcraft" variables: SNAPCRAFT_LOGIN_FILE: ${SNAPCRAFT_LOGIN_FILE} only: @@ -185,7 +185,7 @@ snap:edge: snap:publish: stage: release - image: "cibuilds/snapcraft:core18" + image: "snapcore/snapcraft" variables: SNAPCRAFT_LOGIN_FILE: ${SNAPCRAFT_LOGIN_FILE} only: