Skip to content

Commit 4505f6f

Browse files
authored
Switch from weekly official to daily official image (archlinux#2443) (archlinux#2453)
1 parent df28840 commit 4505f6f

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

.github/workflows/bandit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
flake8:
55
runs-on: ubuntu-latest
66
container:
7-
image: archlinux:latest
7+
image: archlinux/archlinux:latest
88
steps:
99
- uses: actions/checkout@v4
1010
- run: pacman --noconfirm -Syu bandit

.github/workflows/flake8.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
flake8:
55
runs-on: ubuntu-latest
66
container:
7-
image: archlinux:latest
7+
image: archlinux/archlinux:latest
88
steps:
99
- uses: actions/checkout@v4
1010
- run: pacman --noconfirm -Syu python python-pip

.github/workflows/github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
docs:
1919
runs-on: ubuntu-latest
2020
container:
21-
image: archlinux:latest
21+
image: archlinux/archlinux:latest
2222
options: --privileged
2323
steps:
2424
- uses: actions/checkout@v4

.github/workflows/iso-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
build:
2424
runs-on: ubuntu-latest
2525
container:
26-
image: archlinux:latest
26+
image: archlinux/archlinux:latest
2727
options: --privileged
2828
steps:
2929
- uses: actions/checkout@v4

.github/workflows/mypy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
mypy:
55
runs-on: ubuntu-latest
66
container:
7-
image: archlinux:latest
7+
image: archlinux/archlinux:latest
88
steps:
99
- uses: actions/checkout@v4
1010
- run: pacman --noconfirm -Syu python mypy python-pip

.github/workflows/pytest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
pytest:
55
runs-on: ubuntu-latest
66
container:
7-
image: archlinux:latest
7+
image: archlinux/archlinux:latest
88
options: --privileged
99
steps:
1010
- uses: actions/checkout@v4

.github/workflows/python-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
deploy:
99
runs-on: ubuntu-latest
1010
container:
11-
image: archlinux:latest
11+
image: archlinux/archlinux:latest
1212
options: --privileged
1313
steps:
1414
- uses: actions/checkout@v4

.github/workflows/translation-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# translation-check:
1111
# runs-on: ubuntu-latest
1212
# container:
13-
# image: archlinux:latest
13+
# image: archlinux/archlinux:latest
1414
# steps:
1515
# - uses: actions/checkout@v4
1616
# - run: pacman --noconfirm -Syu python git diffutils

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# These jobs should leverage the same tag as that runner. If necessary, change the tag from 'docker' to the one it uses.
55
# All jobs will be run in the official archlinux container image, so we will declare that here.
66

7-
image: archlinux:latest
7+
image: archlinux/archlinux:latest
88

99
# This can be used to handle common actions. In this case, we do a pacman -Sy to make sure repos are ready to use.
1010
before_script:

0 commit comments

Comments
 (0)