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: