Skip to content

Commit f9d600d

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

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

.dockerignore

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

.github/workflows/ci.yaml

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

88
env:
99
REGISTRY: ghcr.io
10-
REPO: ${{ github.repository }}
1110
IMAGE_NAME: docs-v2
11+
12+
1213
jobs:
1314
build:
1415
runs-on: ubuntu-latest
@@ -51,7 +52,7 @@ jobs:
5152
id: meta
5253
uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5.0.0
5354
with:
54-
images: ${{ env.REGISTRY }}/${{ env.REPO }}/${{ env.IMAGE_NAME }}
55+
images: ${{ env.REGISTRY }}/${{ 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)