Skip to content

Commit

Permalink
CI: Update GitHub Actions workflow with specific image name
Browse files Browse the repository at this point in the history
  • Loading branch information
iErcann committed Jan 25, 2025
1 parent 29bade4 commit b0670bb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit b0670bb

Please sign in to comment.