From 600bbbcb5428af4a3b421bfa73f5ecabd6f43623 Mon Sep 17 00:00:00 2001 From: Nick Hastings Date: Sun, 7 Jul 2024 11:29:25 -0400 Subject: [PATCH] Switch to AM org for GHCR image pull --- .github/workflows/build-release.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index a88b1159e..a11bb7851 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -14,8 +14,6 @@ jobs: permissions: # For release creation, at the end contents: write - # Can remove this after the image builds are moved to AM org on public project - packages: read strategy: matrix: include: @@ -25,15 +23,12 @@ jobs: - platform: linux os: ubuntu-latest os_short: linux - container_image: ghcr.io/psychonic/build-containers/debian11:latest + container_image: ghcr.io/alliedmodders/build-containers/debian11:latest fail-fast: false name: ${{ matrix.platform }} runs-on: ${{ matrix.os }} container: image: ${{ matrix.container_image }} - credentials: - username: ${{ github.actor }} - password: ${{ secrets.GHCR_PAT }} steps: - name: Checkout SourceMod uses: actions/checkout@v4