From 34fdd044cf830064acf3d7231c46f8797c44d327 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Tue, 7 Feb 2023 11:21:12 +0800 Subject: [PATCH] rename: set ci-runner-terraform:tag as new image name --- .github/workflows/ci-runner-terraform-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-runner-terraform-image.yaml b/.github/workflows/ci-runner-terraform-image.yaml index d9fdffc..0129c82 100644 --- a/.github/workflows/ci-runner-terraform-image.yaml +++ b/.github/workflows/ci-runner-terraform-image.yaml @@ -25,7 +25,7 @@ jobs: password: ${{ secrets.HELM_REPO_PASSWORD }} path: './terraform-iac-runner' build_file: 'Dockerfile' - image: devops/iac-runner + image: devops/ci-runner-terraform tag: latest cache: true cache_registry: cache