From 58a72f71f557ea0a6f229fa00ff6545648a3c392 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Fri, 24 Feb 2023 15:15:12 +0800 Subject: [PATCH] sync hashicorp/terraform:latest --- .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 264e20c..9e069a0 100644 --- a/.github/workflows/sync-images.yaml +++ b/.github/workflows/sync-images.yaml @@ -44,3 +44,7 @@ jobs: 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 + + docker pull hashicorp/terraform:latest + docker tag hashicorp/terraform:latest artifact.onwalk.net/devops/terraform:latest + docker push artifact.onwalk.net/devops/terraform:latest