Skip to content
This repository was archived by the owner on Jul 5, 2023. It is now read-only.

Commit cb7cf40

Browse files
committed
linuxgsm-docker image
1 parent 3adfb4d commit cb7cf40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
2020
REGISTRY_DOCKER: docker.io
2121
REGISTRY_GITHUB: ghcr.io
2222
# github.repository as <account>/<repo>
23-
IMAGE_NAME: gameservermanagers/linuxgsm-docker
23+
IMAGE_NAME: ${{ github.repository }}
2424

2525
jobs:
2626
build:
@@ -73,7 +73,7 @@ jobs:
7373
id: meta
7474
uses: docker/[email protected]
7575
with:
76-
images: ${{ env.IMAGE_NAME }}
76+
images: gameservermanagers/linuxgsm-docker
7777

7878
# Build and push Docker image with Buildx (don't push on PR)
7979
# https://github.com/docker/build-push-action

0 commit comments

Comments
 (0)