mirror of
https://github.com/aevea/action-kaniko.git
synced 2025-04-20 00:58:15 +02:00
5 lines
95 B
Docker
5 lines
95 B
Docker
FROM gcr.io/kaniko-project/executor:debug
|
|
|
|
COPY entrypoint.sh /
|
|
|
|
ENTRYPOINT ["/entrypoint.sh"]
|