runner-action-kaniko/Dockerfile

7 lines
136 B
Text
Raw Normal View History

2024-10-04 12:42:09 +02:00
FROM gcr.io/kaniko-project/executor:debug
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]