Skip to content

Commit

Permalink
Fix Docker image reference typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jonakoudijs committed Mar 1, 2025
1 parent 391ee05 commit 4455102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
- name: Push Image
run: |
docker push steamcmd/steamcmd --all-tags
docker push ghcr.iosteamcmd/steamcmd --all-tags
docker push ghcr.io/steamcmd/steamcmd --all-tags
if: ${{ github.ref == 'refs/heads/master' }}

0 comments on commit 4455102

Please sign in to comment.