diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b7158777..9d35c444 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -180,7 +180,7 @@ build_linux_arm64: snap_edge: stage: deploy - image: diddledan/snapcraft:core18 + image: martinperiscyberdyne/snapcraft:4.x-amd64 script: [./scripts/publish-snap-edge.sh] only: - main @@ -229,7 +229,7 @@ update-dependencies: snap_stable: extends: .release - image: diddledan/snapcraft:core18 + image: martinperiscyberdyne/snapcraft:4.x-amd64 script: [./scripts/publish-snap-stable.sh] needs: [build_linux_x86]