浏览代码

Attempt to use beta Docker image for snapcraft on GitLab CI

timvisee 6 年之前
父节点
当前提交
7f0857a884
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.gitlab-ci.yml

@@ -134,7 +134,7 @@ crate:
 
 # Snap release
 snap:
-  image: snapcore/snapcraft
+  image: snapcore/snapcraft:beta
   stage: release
   # only:
   #   - /^v(\d+\.)*\d+$/