Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesIves committed Jun 18, 2024
1 parent 64f783e commit e996c47
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,20 +66,6 @@ jobs:
tags: ghcr.io/${{ steps.repo_owner.outputs.repo_owner }}/hlds:${{ matrix.game }}${{ github.ref == 'refs/heads/beta' && '-beta' || '' }}
build-args: GAME=${{ matrix.game }}

- name: Set repo owner to lowercase
id: repo_owner
run: echo "::set-output name=repo_owner::$(echo ${{ github.repository_owner }} | awk '{print tolower($0)}')"

- name: Build and Push Docker Image to GitHub Container Registry 🐳
uses: docker/build-push-action@v5
env:
GAME: ${{ matrix.game }}
with:
context: .
push: true
tags: ghcr.io/${{ steps.repo_owner.outputs.repo_owner }}/hlds:${{ matrix.game }}
build-args: GAME=${{ matrix.game }}

publish:
needs: build
runs-on: ubuntu-latest
Expand Down

0 comments on commit e996c47

Please sign in to comment.