sync-images.yaml: add kaniko-executor:v1.9.1

This commit is contained in:
Haitao Pan 2023-02-02 14:09:16 +08:00
parent b35ff672c7
commit af77e9232c

View File

@ -36,3 +36,7 @@ jobs:
docker pull gcr.io/kaniko-project/executor:debug
docker tag gcr.io/kaniko-project/executor:debug artifact.onwalk.net/k8s/kaniko-executor:debug
docker push artifact.onwalk.net/k8s/kaniko-executor:debug
docker pull gcr.io/kaniko-project/executor:v1.9.1
docker tag gcr.io/kaniko-project/executor:v1.9.1 artifact.onwalk.net/k8s/kaniko-executor:1.9.1
docker push artifact.onwalk.net/k8s/kaniko-executor:1.9.1