Skip to content

Commit

Permalink
Switch from weekly official to daily official image (archlinux#2443) (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
vojkovic authored Apr 11, 2024
1 parent df28840 commit 4505f6f
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bandit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flake8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/iso-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mypy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/translation-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4505f6f

Please sign in to comment.