Switch from weekly official to daily official image (https://github.com/archlinux/archinstall/issues/2443) (#2453)

This commit is contained in:
Brock Vojkovic 2024-04-11 13:33:00 +08:00 committed by GitHub
parent df2884085d
commit 4505f6febb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 9 additions and 9 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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: