test update
This commit is contained in:
@ -24,6 +24,16 @@ spec:
|
|||||||
cd /workspace/source
|
cd /workspace/source
|
||||||
git checkout $(params.git-revision)
|
git checkout $(params.git-revision)
|
||||||
|
|
||||||
|
# ✅ 디버깅 Step 추가
|
||||||
|
- name: show-docker-config
|
||||||
|
image: alpine
|
||||||
|
script: |
|
||||||
|
#!/bin/sh
|
||||||
|
echo "==== [DEBUG] Docker config 파일 존재 여부 확인 ===="
|
||||||
|
ls -al /workspace/docker-config
|
||||||
|
echo "==== [DEBUG] Docker config.json 내용 출력 ===="
|
||||||
|
cat /workspace/docker-config/config.json || echo "config.json 없음"
|
||||||
|
|
||||||
- name: build-and-push
|
- name: build-and-push
|
||||||
image: gcr.io/kaniko-project/executor:latest
|
image: gcr.io/kaniko-project/executor:latest
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user