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

This commit is contained in:
Haitao Pan 2023-08-08 12:38:24 +08:00
parent d5657512af
commit 2a1433a21f

View File

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