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: flake8:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: archlinux:latest image: archlinux/archlinux:latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: pacman --noconfirm -Syu bandit - run: pacman --noconfirm -Syu bandit

View File

@ -4,7 +4,7 @@ jobs:
flake8: flake8:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: archlinux:latest image: archlinux/archlinux:latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: pacman --noconfirm -Syu python python-pip - run: pacman --noconfirm -Syu python python-pip

View File

@ -18,7 +18,7 @@ jobs:
docs: docs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: archlinux:latest image: archlinux/archlinux:latest
options: --privileged options: --privileged
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

View File

@ -23,7 +23,7 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: archlinux:latest image: archlinux/archlinux:latest
options: --privileged options: --privileged
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

View File

@ -4,7 +4,7 @@ jobs:
mypy: mypy:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: archlinux:latest image: archlinux/archlinux:latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: pacman --noconfirm -Syu python mypy python-pip - run: pacman --noconfirm -Syu python mypy python-pip

View File

@ -4,7 +4,7 @@ jobs:
pytest: pytest:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: archlinux:latest image: archlinux/archlinux:latest
options: --privileged options: --privileged
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

View File

@ -8,7 +8,7 @@ jobs:
deploy: deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: archlinux:latest image: archlinux/archlinux:latest
options: --privileged options: --privileged
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

View File

@ -10,7 +10,7 @@
# translation-check: # translation-check:
# runs-on: ubuntu-latest # runs-on: ubuntu-latest
# container: # container:
# image: archlinux:latest # image: archlinux/archlinux:latest
# steps: # steps:
# - uses: actions/checkout@v4 # - uses: actions/checkout@v4
# - run: pacman --noconfirm -Syu python git diffutils # - 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. # 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. # 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. # 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: before_script: