1
0
Fork 0
mirror of https://github.com/aevea/action-kaniko.git synced 2025-06-09 21:45:08 +02:00

Initial commit

This commit is contained in:
Alex Viscreanu 2020-02-15 18:55:26 +01:00
commit dc53dd09d6
No known key found for this signature in database
GPG key ID: 60A6BD7F046C850B
5 changed files with 142 additions and 0 deletions

5
Dockerfile Normal file
View file

@ -0,0 +1,5 @@
FROM gcr.io/kaniko-project/executor:debug
COPY entrypoint.sh /
ENTRYPOINT ["/entrypoint.sh"]