Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BattlefieldDuck authored Nov 4, 2023
1 parent aaa6206 commit 7b7b879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ github.ref == 'refs/heads/main' && 'latest' || github.ref }}
tags: ${{ github.ref == 'refs/heads/main' && 'discordgsm/discord-game-server-monitor:latest' || github.ref }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 7b7b879

Please sign in to comment.