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 3b6fc1d commit 6924a57Copy full SHA for 6924a57
.dockerignore
@@ -0,0 +1,7 @@
1
+**/.venv
2
+**/.env
3
+**/.vscode
4
+**/.cache
5
+**/site
6
+**/node_modules
7
+**/dist
.github/workflows/ci.yaml
@@ -7,8 +7,8 @@ on:
8
env:
9
REGISTRY: ghcr.io
10
- REPO: ${{ github.repository }}
11
IMAGE_NAME: docs-v2
+
12
jobs:
13
build:
14
runs-on: ubuntu-latest
@@ -51,7 +51,7 @@ jobs:
51
id: meta
52
uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5.0.0
53
with:
54
- images: ${{ env.REGISTRY }}/${{ env.REPO }}/${{ env.IMAGE_NAME }}
+ images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
55
56
# Build and push Docker image with Buildx (don't push on PR)
57
# https://github.com/docker/build-push-action
0 commit comments