.github/workflows/base-images.yaml: update
This commit is contained in:
parent
86eb5b8e95
commit
6a9acf68a2
4
.github/workflows/base-images.yaml
vendored
4
.github/workflows/base-images.yaml
vendored
@ -97,7 +97,9 @@ jobs:
|
||||
alpine-awscli:
|
||||
runs-on: ubuntu-latest
|
||||
name: Build alpine-cli base image
|
||||
needs: [alpine]
|
||||
needs:
|
||||
- alpine
|
||||
- alpine-glibc
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user