.github/workflows/base-images.yaml: update

This commit is contained in:
Haitao Pan 2023-06-05 08:21:03 +08:00
parent 676f018a1c
commit a281c4f183

View File

@ -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