test update

This commit is contained in:
2025-08-04 16:26:22 +09:00
parent 4e1dfea95b
commit 293d3da7c5

View File

@ -27,11 +27,9 @@ spec:
env:
- name: DOCKER_CONFIG
value: /tekton/home/.docker/
script: |
#!/busybox/sh
/kaniko/executor \
--dockerfile=./Dockerfile \
--context=/workspace/source \
--destination=$(params.image-url) \
--insecure \
--insecure-push
args:
- --dockerfile=/workspace/source/Dockerfile
- --context=/workspace/source
- --destination=harbor.icurfer.com/open/tekton-demo:latest
- --insecure
- --insecure-push