From a281c4f183f120f49ae06dbcdb0b36218c7b22a1 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Mon, 5 Jun 2023 08:21:03 +0800 Subject: [PATCH] .github/workflows/base-images.yaml: update --- .github/workflows/base-images.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/base-images.yaml b/.github/workflows/base-images.yaml index a2095ba..ef63e53 100644 --- a/.github/workflows/base-images.yaml +++ b/.github/workflows/base-images.yaml @@ -22,7 +22,7 @@ jobs: alpine-cli: runs-on: ubuntu-latest name: Build alpine-cli base image - needs: [alpine-ca] + needs: [alpine] steps: - uses: actions/checkout@master @@ -95,7 +95,7 @@ jobs: tag: 2.34 cache: true cache_registry: cache - alpine-ca: + alpine: runs-on: ubuntu-latest name: Build alpine base image steps: @@ -109,7 +109,7 @@ jobs: password: ${{ secrets.HELM_REPO_PASSWORD }} path: './oci/base/alpine' build_file: 'Dockerfile' - image: public/alpine-ca + image: public/alpine tag: latest cache: true cache_registry: cache