.github/workflows/base-images.yaml: update
This commit is contained in:
parent
676f018a1c
commit
a281c4f183
6
.github/workflows/base-images.yaml
vendored
6
.github/workflows/base-images.yaml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user