diff --git a/.github/workflows/sync-images.yaml b/.github/workflows/sync-images.yaml index f433271..0dc0798 100644 --- a/.github/workflows/sync-images.yaml +++ b/.github/workflows/sync-images.yaml @@ -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