Skip to content

Commit 6924a57

Browse files
committed
rename docker tag in CI file
1 parent 3b6fc1d commit 6924a57

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.dockerignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
**/.venv
2+
**/.env
3+
**/.vscode
4+
**/.cache
5+
**/site
6+
**/node_modules
7+
**/dist

.github/workflows/ci.yaml

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

88
env:
99
REGISTRY: ghcr.io
10-
REPO: ${{ github.repository }}
1110
IMAGE_NAME: docs-v2
11+
1212
jobs:
1313
build:
1414
runs-on: ubuntu-latest
@@ -51,7 +51,7 @@ jobs:
5151
id: meta
5252
uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5.0.0
5353
with:
54-
images: ${{ env.REGISTRY }}/${{ env.REPO }}/${{ env.IMAGE_NAME }}
54+
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
5555

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

0 commit comments

Comments
 (0)