Skip to content

Commit 5ed2bce

Browse files
committed
change image name for frontend from website to frontend
1 parent 3582ff7 commit 5ed2bce

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ on:
77

88
env:
99
REGISTRY: ghcr.io
10-
IMAGE_NAME: ${{ github.repository }}
10+
REPO: ${{ github.repository }}
11+
IMAGE_NAME: frontend
1112

1213
jobs:
1314
build:
@@ -51,7 +52,7 @@ jobs:
5152
id: meta
5253
uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5.0.0
5354
with:
54-
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
55+
images: ${{ env.REGISTRY }}/${{ env.REPO }}/${{ env.IMAGE_NAME }}
5556

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

0 commit comments

Comments
 (0)