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]