mirror of
https://github.com/aevea/action-kaniko.git
synced 2025-05-12 18:40:01 +02:00
parent
e03153c634
commit
161b9576a7
12 changed files with 233 additions and 154 deletions
6
Makefile
6
Makefile
|
@ -1,5 +1,5 @@
|
|||
build:
|
||||
docker build -t aevea/kaniko .
|
||||
docker build -t ohioit/kaniko .
|
||||
|
||||
run: build
|
||||
docker run \
|
||||
|
@ -15,10 +15,10 @@ run: build
|
|||
-e INPUT_CACHE_REGISTRY \
|
||||
-e INPUT_STRIP_TAG_PREFIX \
|
||||
-e INPUT_SKIP_UNCHANGED_DIGEST \
|
||||
aevea/kaniko
|
||||
ohioit/kaniko
|
||||
|
||||
shell: build
|
||||
docker run \
|
||||
-ti \
|
||||
--entrypoint sh \
|
||||
aevea/kaniko
|
||||
ohioit/kaniko
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue