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 /.github/workflows/github-pages.yml | |
parent | df2884085dc06f71f2bb201a316828c23b6299dd (diff) |
-rw-r--r-- | .github/workflows/github-pages.yml | 2 |
diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 90e49611..6246e214 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -18,7 +18,7 @@ jobs: docs: runs-on: ubuntu-latest container: - image: archlinux:latest + image: archlinux/archlinux:latest options: --privileged steps: - uses: actions/checkout@v4 |