Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrock Vojkovic <github@vojk.au>2024-04-11 13:33:00 +0800
committerGitHub <noreply@github.com>2024-04-11 07:33:00 +0200
commit4505f6febb7f8ee324ec633657352b4606b527bd (patch)
tree6ade6c7f472b8efb4099639209e1940730c21c89
parentdf2884085dc06f71f2bb201a316828c23b6299dd (diff)
Switch from weekly official to daily official image (https://github.com/archlinux/archinstall/issues/2443) (#2453)
-rw-r--r--.github/workflows/bandit.yaml2
-rw-r--r--.github/workflows/flake8.yaml2
-rw-r--r--.github/workflows/github-pages.yml2
-rw-r--r--.github/workflows/iso-build.yaml2
-rw-r--r--.github/workflows/mypy.yaml2
-rw-r--r--.github/workflows/pytest.yaml2
-rw-r--r--.github/workflows/python-build.yml2
-rw-r--r--.github/workflows/translation-check.yaml2
-rw-r--r--.gitlab-ci.yml2
9 files changed, 9 insertions, 9 deletions
diff --git a/.github/workflows/bandit.yaml b/.github/workflows/bandit.yaml
index 4378e8ac..fee1f837 100644
--- a/.github/workflows/bandit.yaml
+++ b/.github/workflows/bandit.yaml
@@ -4,7 +4,7 @@ jobs:
flake8:
runs-on: ubuntu-latest
container:
- image: archlinux:latest
+ image: archlinux/archlinux:latest
steps:
- uses: actions/checkout@v4
- run: pacman --noconfirm -Syu bandit
diff --git a/.github/workflows/flake8.yaml b/.github/workflows/flake8.yaml
index 823be79c..c9346ccc 100644
--- a/.github/workflows/flake8.yaml
+++ b/.github/workflows/flake8.yaml
@@ -4,7 +4,7 @@ jobs:
flake8:
runs-on: ubuntu-latest
container:
- image: archlinux:latest
+ image: archlinux/archlinux:latest
steps:
- uses: actions/checkout@v4
- run: pacman --noconfirm -Syu python python-pip
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
diff --git a/.github/workflows/iso-build.yaml b/.github/workflows/iso-build.yaml
index c2a3ed25..b86c47ec 100644
--- a/.github/workflows/iso-build.yaml
+++ b/.github/workflows/iso-build.yaml
@@ -23,7 +23,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
- image: archlinux:latest
+ image: archlinux/archlinux:latest
options: --privileged
steps:
- uses: actions/checkout@v4
diff --git a/.github/workflows/mypy.yaml b/.github/workflows/mypy.yaml
index 90200626..39306cd6 100644
--- a/.github/workflows/mypy.yaml
+++ b/.github/workflows/mypy.yaml
@@ -4,7 +4,7 @@ jobs:
mypy:
runs-on: ubuntu-latest
container:
- image: archlinux:latest
+ image: archlinux/archlinux:latest
steps:
- uses: actions/checkout@v4
- run: pacman --noconfirm -Syu python mypy python-pip
diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml
index a5d0cb11..6c62dd54 100644
--- a/.github/workflows/pytest.yaml
+++ b/.github/workflows/pytest.yaml
@@ -4,7 +4,7 @@ jobs:
pytest:
runs-on: ubuntu-latest
container:
- image: archlinux:latest
+ image: archlinux/archlinux:latest
options: --privileged
steps:
- uses: actions/checkout@v4
diff --git a/.github/workflows/python-build.yml b/.github/workflows/python-build.yml
index 109f3373..483e451b 100644
--- a/.github/workflows/python-build.yml
+++ b/.github/workflows/python-build.yml
@@ -8,7 +8,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
container:
- image: archlinux:latest
+ image: archlinux/archlinux:latest
options: --privileged
steps:
- uses: actions/checkout@v4
diff --git a/.github/workflows/translation-check.yaml b/.github/workflows/translation-check.yaml
index 188eeeb8..3cd4d14c 100644
--- a/.github/workflows/translation-check.yaml
+++ b/.github/workflows/translation-check.yaml
@@ -10,7 +10,7 @@
# translation-check:
# runs-on: ubuntu-latest
# container:
-# image: archlinux:latest
+# image: archlinux/archlinux:latest
# steps:
# - uses: actions/checkout@v4
# - run: pacman --noconfirm -Syu python git diffutils
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: