Browse Source

Change CI AUR build image from archlinux/base to archlinux

timvisee 4 years ago
parent
commit
8266fcb633
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.gitlab-ci.yml

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