From 69d1e5826e6380c8ff0cd532e244482097562c3d Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Tue, 4 Jan 2022 18:35:14 +0100 Subject: [PATCH] fixup! pkg/arch: Revert back to official archlinux docker image --- .github/workflows/arch.yml | 2 +- .github/workflows/arch_lts.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/arch.yml b/.github/workflows/arch.yml index 4dbbac38c..6b4341cf5 100644 --- a/.github/workflows/arch.yml +++ b/.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: | diff --git a/.github/workflows/arch_lts.yml b/.github/workflows/arch_lts.yml index f8a94fa11..e3089192f 100644 --- a/.github/workflows/arch_lts.yml +++ b/.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: |