fix: copy Dockerfile to nextjs for Kaniko context
Some checks failed
Build and Push to Zot / build-and-push (push) Failing after 10m1s

This commit is contained in:
2026-01-10 21:53:42 +09:00
parent 08dd9221a8
commit b7b5881e7e
2 changed files with 57 additions and 1 deletions

View File

@@ -34,8 +34,8 @@ jobs:
image: gcr.io/kaniko-project/executor:latest
args:
- "--context=git://github0213.com/Mayne0213/jovies.git#refs/heads/main"
- "--dockerfile=Dockerfile"
- "--context-sub-path=nextjs"
- "--dockerfile=Dockerfile"
- "--destination=${REGISTRY}/${IMAGE_NAME}:latest"
- "--destination=${REGISTRY}/${IMAGE_NAME}:${GITHUB_SHA}"
volumeMounts: