mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-07 10:28:34 +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:
|
||||
# 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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user