.github/workflows/base-images.yaml: update
This commit is contained in:
parent
d5657512af
commit
2a1433a21f
3
.github/workflows/base-images.yaml
vendored
3
.github/workflows/base-images.yaml
vendored
@ -94,9 +94,9 @@ jobs:
|
||||
cache: true
|
||||
cache_registry: cache
|
||||
alpine-glibc:
|
||||
needs: [alpine]
|
||||
runs-on: ubuntu-latest
|
||||
name: Build alpine-glibc base image
|
||||
needs: [alpine]
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
|
||||
@ -135,7 +135,6 @@ jobs:
|
||||
|
||||
alpine-awscli-python3:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [alpine-awscli]
|
||||
name: Build alpine-awscli-python3 base image
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
|
||||
Loading…
Reference in New Issue
Block a user