We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3582ff7 commit 5ed2bceCopy full SHA for 5ed2bce
.github/workflows/docker-publish.yml
@@ -7,7 +7,8 @@ on:
7
8
env:
9
REGISTRY: ghcr.io
10
- IMAGE_NAME: ${{ github.repository }}
+ REPO: ${{ github.repository }}
11
+ IMAGE_NAME: frontend
12
13
jobs:
14
build:
@@ -51,7 +52,7 @@ jobs:
51
52
id: meta
53
uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5.0.0
54
with:
- images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
55
+ images: ${{ env.REGISTRY }}/${{ env.REPO }}/${{ env.IMAGE_NAME }}
56
57
# Build and push Docker image with Buildx (don't push on PR)
58
# https://github.com/docker/build-push-action
0 commit comments