mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-06 14:36:32 +00:00
fix(ci): revert workaround to enumerate image targets (#14755)
This commit is contained in:
parent
289c5c1184
commit
45ba15f4ac
2
.github/workflows/docker-unified.yml
vendored
2
.github/workflows/docker-unified.yml
vendored
@ -275,7 +275,7 @@ jobs:
|
||||
DEPOT_BUILD_ID=$(jq -r '.["depot.build"]?.buildID' ${{ github.workspace }}/build/build-metadata.json)
|
||||
|
||||
echo "build_id=${DEPOT_BUILD_ID}" >> "$GITHUB_OUTPUT"
|
||||
echo "matrix=$(depot bake -f ${{ github.workspace }}/build/bake-spec-allImages.json --print | jq -c '{"target":.target | keys}')" >> $GITHUB_OUTPUT
|
||||
echo "matrix=$(jq -c '{"target":.["depot.build"].targets}' ${{ github.workspace }}/build/build-metadata.json)" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Save build Metadata
|
||||
if: ${{ needs.setup.outputs.publish == 'true' || needs.setup.outputs.pr-publish == 'true' }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user