Fix: entrypoint.sh location
All checks were successful
Build image / release-image (push) Successful in 51s

This commit is contained in:
2025-04-19 17:15:35 +08:00
parent e084dfe265
commit d4ac635109

View File

@@ -7,6 +7,6 @@ FROM gcr.io/kaniko-project/executor:v1.23.2-debug
ADD rootca.pem /usr/local/share/ca-certificates/rootca.pem
COPY --from=crane /ko-app/crane /bin/crane
COPY entrypoint /kaniko/entrypoint.sh
COPY entrypoint.sh /kaniko/entrypoint.sh
ENTRYPOINT ["/kaniko/entrypoint.sh"]