mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
Merge pull request #10691 from glours/fix-dd-workflow-json-parsing
escape containerimage.digest attribute in merge.yml GHA worlflow
This commit is contained in:
commit
08e6bfc859
4
.github/workflows/merge.yml
vendored
4
.github/workflows/merge.yml
vendored
@ -77,7 +77,7 @@ jobs:
|
|||||||
bin-image:
|
bin-image:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
outputs:
|
outputs:
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
digest: ${{ fromJSON(steps.bake.outputs.metadata).image-cross['containerimage.digest'] }}
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Checkout
|
name: Checkout
|
||||||
@ -145,6 +145,6 @@ jobs:
|
|||||||
workflow_id: 'compose-edge-integration.yml',
|
workflow_id: 'compose-edge-integration.yml',
|
||||||
ref: 'compose-edge-integration'
|
ref: 'compose-edge-integration'
|
||||||
inputs: {
|
inputs: {
|
||||||
"image-tag": '${{ fromJSON(needs.bin-image.bake.outputs.metadata).image-cross["containerimage.digest"] }}'
|
"image-tag": "${{ needs.bin-image.outputs.digest }}"
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user