mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-07 18:38:37 +00:00
Switch to AM org for GHCR image pull
This commit is contained in:
parent
21fce47352
commit
600bbbcb54
7
.github/workflows/build-release.yml
vendored
7
.github/workflows/build-release.yml
vendored
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user