diff --git a/.github/workflows/arch.yml b/.github/workflows/arch.yml index aaaa439e8..4dbbac38c 100644 --- a/.github/workflows/arch.yml +++ b/.github/workflows/arch.yml @@ -12,7 +12,7 @@ jobs: build: name: Build Kernel runs-on: ubuntu-latest - container: qzed/archlinux + container: archlinux steps: - name: Checkout code uses: actions/checkout@v2 diff --git a/.github/workflows/arch_lts.yml b/.github/workflows/arch_lts.yml index 92e3243c4..f8a94fa11 100644 --- a/.github/workflows/arch_lts.yml +++ b/.github/workflows/arch_lts.yml @@ -12,7 +12,7 @@ jobs: build: name: Build Kernel runs-on: ubuntu-latest - container: qzed/archlinux + container: archlinux steps: - name: Checkout code uses: actions/checkout@v2