update workflows/build-and-release.yml
This commit is contained in:
parent
4971fd45fd
commit
e7847fa690
4
.github/workflows/build-and-release.yml
vendored
4
.github/workflows/build-and-release.yml
vendored
@ -72,7 +72,7 @@ jobs:
|
||||
base-images:
|
||||
name: 🛢️ Build base images (multi-arch)
|
||||
needs: build-go-matrix
|
||||
uses: ./.github/workflows/build-base-images.yml
|
||||
uses: ./.github/actions/build-images/base.yml
|
||||
with:
|
||||
push_images: ${{ github.event_name != 'pull_request' }}
|
||||
secrets: inherit
|
||||
@ -82,7 +82,7 @@ jobs:
|
||||
needs:
|
||||
- build-go-matrix
|
||||
- base-images
|
||||
uses: ./.github/workflows/build-service-images.yml
|
||||
uses: ./.github/actions/build-images/serive.yml
|
||||
with:
|
||||
push_images: ${{ github.event_name != 'pull_request' }}
|
||||
secrets: inherit
|
||||
|
||||
Loading…
Reference in New Issue
Block a user