Skip to content

Commit

Permalink
Moved from archlinux:latest to archlinux/archlinux:latest
Browse files Browse the repository at this point in the history
  • Loading branch information
stevleibelt committed Apr 8, 2024
1 parent e884601 commit ce46849
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lts_no_dkms_iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
github.event.repository.default_branch }}
runs-on: ubuntu-latest
container:
image: archlinux:latest
image: archlinux/archlinux:latest
options: --privileged
steps:
- name: Set timestamp tag
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/no_lts_dkms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
github.event.repository.default_branch }}
runs-on: ubuntu-latest
container:
image: archlinux:latest
image: archlinux/archlinux:latest
options: --privileged
steps:
- name: Set timestamp tag
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/no_lts_no_dkms_iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
github.event.repository.default_branch }}
runs-on: ubuntu-latest
container:
image: archlinux:latest
image: archlinux/archlinux:latest
options: --privileged
steps:
- name: Set timestamp tag
Expand Down

0 comments on commit ce46849

Please sign in to comment.