runner-action-kaniko/Dockerfile
2024-10-04 12:42:09 +02:00

6 lines
136 B
Docker

FROM gcr.io/kaniko-project/executor:debug
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]