Skip to content

Commit 5230cd0

Browse files
author
campus\ch
committed
adapt full path for docker
1 parent 7a63965 commit 5230cd0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/nextjs.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,8 @@ on:
88
pull_request:
99
types:
1010
- closed
11-
1211
env:
13-
# Use docker.io for Docker Hub if empty
1412
REGISTRY: docker.io
15-
# github.repository as <account>/<repo>
16-
IMAGE_NAME: csauercampus
1713

1814
jobs:
1915
# Linting Job
@@ -101,7 +97,7 @@ jobs:
10197
id: meta
10298
uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5.0.0
10399
with:
104-
images: ${{ env.REGISTRY }}/${{ secrets.IMAGE_NAME }}
100+
images: ${{ env.REGISTRY }}/${{ secrets.DOCKER_REPO }}
105101

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

0 commit comments

Comments
 (0)