index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Brock Vojkovic <github@vojk.au> | 2024-04-11 13:33:00 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-11 07:33:00 +0200 |
commit | 4505f6febb7f8ee324ec633657352b4606b527bd (patch) | |
tree | 6ade6c7f472b8efb4099639209e1940730c21c89 /.gitlab-ci.yml | |
parent | df2884085dc06f71f2bb201a316828c23b6299dd (diff) |
-rw-r--r-- | .gitlab-ci.yml | 2 |
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ca54c552..ee1b7844 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ # These jobs should leverage the same tag as that runner. If necessary, change the tag from 'docker' to the one it uses. # All jobs will be run in the official archlinux container image, so we will declare that here. -image: archlinux:latest +image: archlinux/archlinux:latest # This can be used to handle common actions. In this case, we do a pacman -Sy to make sure repos are ready to use. before_script: |