Switch to AM org for GHCR image pull

This commit is contained in:
Nick Hastings 2024-07-07 11:29:25 -04:00
parent 21fce47352
commit 600bbbcb54

View File

@ -14,8 +14,6 @@ jobs:
permissions: permissions:
# For release creation, at the end # For release creation, at the end
contents: write contents: write
# Can remove this after the image builds are moved to AM org on public project
packages: read
strategy: strategy:
matrix: matrix:
include: include:
@ -25,15 +23,12 @@ jobs:
- platform: linux - platform: linux
os: ubuntu-latest os: ubuntu-latest
os_short: linux os_short: linux
container_image: ghcr.io/psychonic/build-containers/debian11:latest container_image: ghcr.io/alliedmodders/build-containers/debian11:latest
fail-fast: false fail-fast: false
name: ${{ matrix.platform }} name: ${{ matrix.platform }}
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
container: container:
image: ${{ matrix.container_image }} image: ${{ matrix.container_image }}
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GHCR_PAT }}
steps: steps:
- name: Checkout SourceMod - name: Checkout SourceMod
uses: actions/checkout@v4 uses: actions/checkout@v4