From 3fbd13686c3f130af425e4df565cba0b1cf3a596 Mon Sep 17 00:00:00 2001 From: Krille Fear Date: Sat, 25 Dec 2021 10:01:18 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 155cab58..7847c018 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -180,7 +180,7 @@ build_linux_arm64: snap_edge: stage: deploy - image: teresaejunior/snapcraft + image: teresaejunior/snapcraft:xenial script: [./scripts/publish-snap-edge.sh] only: - main @@ -229,7 +229,7 @@ update-dependencies: snap_stable: extends: .release - image: teresaejunior/snapcraft + image: teresaejunior/snapcraft:xenial script: [./scripts/publish-snap-stable.sh] needs: [build_linux_x86]