From 7b7b879a88857980f2df16b5011d5ba5b19efaf8 Mon Sep 17 00:00:00 2001 From: TatLead Date: Sat, 4 Nov 2023 20:38:59 +0800 Subject: [PATCH] Update docker-image.yml --- .github/workflows/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 1355e68..f989378 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -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 }}