fix: copy Dockerfile to nextjs for Kaniko context
Some checks failed
Build and Push to Zot / build-and-push (push) Failing after 10m1s
Some checks failed
Build and Push to Zot / build-and-push (push) Failing after 10m1s
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user