소스 검색

Change CI AUR build image from archlinux/base to archlinux

timvisee 4 년 전
부모
커밋
8266fcb633
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.gitlab-ci.yml

@@ -256,7 +256,7 @@ release-docker:
 
 # AUR packages release
 package-aur:
-  image: archlinux/base
+  image: archlinux
   stage: package
   needs:
     - release-github