From bb6a5c251eff620bd900af8640317f1f13fb82cf Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Tue, 13 Jun 2023 09:52:26 +0800 Subject: [PATCH] update --- .github/workflows/sync-images.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/sync-images.yaml b/.github/workflows/sync-images.yaml index 5ebff68..9ceba7a 100644 --- a/.github/workflows/sync-images.yaml +++ b/.github/workflows/sync-images.yaml @@ -202,6 +202,14 @@ jobs: sudo timedatectl set-timezone "$TZ" echo "$REPO_PASSWORD" | docker login --username=admin --password-stdin artifact.onwalk.net + - name: Sync images + shell: bash + run: | + 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 + + - name: Sync images - name: Sync terraform images shell: bash run: |