From b0670bbee7c892c57b35922ea692f849daa37824 Mon Sep 17 00:00:00 2001 From: iErcann Date: Sat, 25 Jan 2025 20:18:09 +0100 Subject: [PATCH] CI: Update GitHub Actions workflow with specific image name --- .github/workflows/deploy.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2438b8e..6663b67 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,12 +1,11 @@ -name: Build and Push - +name: Game Server Build & Push on: push: branches: [main] env: REGISTRY: ghcr.io - IMAGE_NAME: ${{ github.repository }}/game-server + IMAGE_NAME: notblox/game-server jobs: build-push: