File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ COPY scripts/* $KANIKO_SCRIPTS
9
9
10
10
RUN chmod +x ${KANIKO_SCRIPTS}script.sh
11
11
12
- ENTRYPOINT ["/script.sh " ]
12
+ ENTRYPOINT ["" ]
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ docker run -v ~/conf:/root/conf -v ~/.docker:/root/.docker -v "$(pwd)":/workspac
15
15
-e IMAGE_TAG=${IMAGE_TAG} \
16
16
-e NAMESPACE=${NAMESPACE} \
17
17
-e REGISTRY=" ${REGISTRY} " \
18
- -e DOCKER_AUTH_CONFIG=" ${DOCKER_AUTH_CONFIG} \
18
+ -e DOCKER_AUTH_CONFIG=" ${DOCKER_AUTH_CONFIG} " \
19
19
-e CI_COMMIT_REF_NAME=" ${CI_COMMIT_REF_NAME} " \
20
20
-e CI_COMMIT_SHA=" $( git show --format=" %H" --no-patch) " \
21
21
-e CI_COMMIT_TIMESTAMP=" $( git show --format=" %aI" --no-patch) " \
22
22
-e CI_COMMIT_TITLE=" $( git show --format=" %s" --no-patch) " \
23
- $KANIKO_IMAGE
23
+ $KANIKO_IMAGE /script.sh
24
24
25
25
You can’t perform that action at this time.
0 commit comments