From f006bce1c8185e736c38cae01d184ea85d8709f9 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Thu, 2 Feb 2023 14:17:06 +0800 Subject: [PATCH] .github/workflows/sync-images.yaml: update --- .github/workflows/sync-images.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/sync-images.yaml b/.github/workflows/sync-images.yaml index 0dc0798..3915dfa 100644 --- a/.github/workflows/sync-images.yaml +++ b/.github/workflows/sync-images.yaml @@ -40,3 +40,7 @@ jobs: 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 + + docker pull gcr.io/kaniko-project/executor:v1.9.1-debug + docker tag gcr.io/kaniko-project/executor:v1.9.1-debug artifact.onwalk.net/k8s/kaniko-executor:1.9.1-debug + docker push artifact.onwalk.net/k8s/kaniko-executor:1.9.1-debug