chore: Switch to snapcore docker image
This commit is contained in:
parent
5ab514cc6f
commit
55dcf0a45b
@ -180,7 +180,7 @@ build_linux_arm64:
|
||||
|
||||
snap_edge:
|
||||
stage: deploy
|
||||
image: cibuilds/snapcraft:core18
|
||||
image: snapcore/snapcraft
|
||||
script: [./scripts/publish-snap-edge.sh]
|
||||
only:
|
||||
- main
|
||||
@ -229,7 +229,7 @@ update-dependencies:
|
||||
|
||||
snap_stable:
|
||||
extends: .release
|
||||
image: cibuilds/snapcraft:core18
|
||||
image: snapcore/snapcraft
|
||||
script: [./scripts/publish-snap-stable.sh]
|
||||
needs: [build_linux_x86]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user