소스 검색

fixup! pkg/arch: Revert back to official archlinux docker image

Maximilian Luz 3 년 전
부모
커밋
69d1e5826e
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      .github/workflows/arch.yml
  2. 1 1
      .github/workflows/arch_lts.yml

+ 1 - 1
.github/workflows/arch.yml

@@ -96,7 +96,7 @@ jobs:
     name: Update package repository
     needs: [release]
     runs-on: ubuntu-latest
-    container: qzed/archlinux
+    container: archlinux
     steps:
     - name: Install dependencies
       run: |

+ 1 - 1
.github/workflows/arch_lts.yml

@@ -96,7 +96,7 @@ jobs:
     name: Update package repository
     needs: [release]
     runs-on: ubuntu-latest
-    container: qzed/archlinux
+    container: archlinux
     steps:
     - name: Install dependencies
       run: |