Skip to content

Commit

Permalink
Update beta.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesIves committed Jul 15, 2024
1 parent 46ee10a commit a24bd35
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Replace fallback value in Dockerfile and entrypoint.sh
working-directory: ./container
run: |
sed -i "s/\${GAME:-valve}/\${GAME:-${{ matrix.game }}}/g" Dockerfile
sed -i "s/\${GAME:-valve}/\${GAME:-${{ matrix.game }}}/g" entrypoint.sh
Expand All @@ -46,7 +47,7 @@ jobs:
env:
GAME: ${{ matrix.game }}
with:
context: .
context: ./container
push: true
tags: jives/hlds:${{ matrix.game }}-beta
build-args: GAME=${{ matrix.game }}
Expand All @@ -60,7 +61,7 @@ jobs:
env:
GAME: ${{ matrix.game }}
with:
context: .
context: ./container
push: true
tags: ghcr.io/${{ steps.repo_owner.outputs.repo_owner }}/hlds:${{ matrix.game }}-beta
build-args: GAME=${{ matrix.game }}

0 comments on commit a24bd35

Please sign in to comment.