This commit is contained in:
2023-07-19 18:30:09 +03:00
parent 5bbc3642ee
commit 8d8c97e6c8
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM gcr.io/kaniko-project/executor:v1.9.1-debug
FROM gcr.io/kaniko-project/executor:v1.9.2-debug
ENV HOME /root
ENV USER root

View File

@@ -129,7 +129,7 @@ docker build -t 1sept/drone-kaniko .
```bash
docker buildx build --no-cache --platform linux/amd64 --push -t 1sept/drone-kaniko:latest -t 1sept/drone-kaniko:v1.9.1-debug .
docker buildx build --no-cache --platform linux/amd64 --push -t 1sept/drone-kaniko:latest -t 1sept/drone-kaniko:v1.9.2-debug . -t harbor.1sept.ru/drone/drone-kaniko:latest -t harbor.1sept.ru/drone/drone-kaniko:v1.9.2-debug
```