Revert "fix: [CI-8113]: added kaniko 1.9.2 support (#83)" (#84)

This reverts commit cd3745b3ca.
This commit is contained in:
Aman Singh
2023-06-01 10:28:40 +05:30
committed by GitHub
parent cd3745b3ca
commit a26a84a1fe
19 changed files with 53 additions and 53 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
FROM gcr.io/kaniko-project/executor:v1.9.2
FROM gcr.io/kaniko-project/executor:v1.9.1
ENV KANIKO_VERSION=1.9.2
ENV KANIKO_VERSION=1.9.1
ADD release/linux/amd64/kaniko-ecr /kaniko/
ENTRYPOINT ["/kaniko/kaniko-ecr"]