sync-images.yaml: add kaniko-executor:v1.9.1
This commit is contained in:
parent
b35ff672c7
commit
af77e9232c
4
.github/workflows/sync-images.yaml
vendored
4
.github/workflows/sync-images.yaml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user