Prechádzať zdrojové kódy

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

Maximilian Luz 3 rokov pred
rodič
commit
69d1e5826e

+ 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: |