Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/.github/workflows/github-pages.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/github-pages.yml')
-rw-r--r--.github/workflows/github-pages.yml2
1 files changed, 1 insertions, 1 deletions
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