1
0
Fork 0
mirror of https://github.com/aevea/action-kaniko.git synced 2025-05-12 18:40:01 +02:00

Build setup (#1)

add multi-image support
This commit is contained in:
klfgit 2021-12-08 15:39:19 -05:00 committed by GitHub
parent e03153c634
commit 161b9576a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 233 additions and 154 deletions

View file

@ -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