escape containerimage.digest attribute in merge.yml GHA worlflow#10691
Merged
escape containerimage.digest attribute in merge.yml GHA worlflow#10691
Conversation
Member
|
You need to specify the output in the compose/.github/workflows/merge.yml Lines 77 to 81 in 508d71c bin-image:
runs-on: ubuntu-22.04
outputs:
tags: ${{ steps.meta.outputs.tags }}
digest: ${{ fromJSON(steps.bake.outputs.metadata).image-cross['containerimage.digest'] }}
steps:And in compose/.github/workflows/merge.yml Lines 147 to 149 in 508d71c |
034238e to
8741199
Compare
crazy-max
reviewed
Jun 12, 2023
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## v2 #10691 +/- ##
==========================================
- Coverage 58.91% 58.81% -0.11%
==========================================
Files 111 112 +1
Lines 9709 9743 +34
==========================================
+ Hits 5720 5730 +10
- Misses 3401 3424 +23
- Partials 588 589 +1
☔ View full report in Codecov by Sentry. |
8741199 to
04062f2
Compare
crazy-max
approved these changes
Jun 12, 2023
crazy-max
reviewed
Jun 12, 2023
5d68517 to
a17848b
Compare
crazy-max
approved these changes
Jun 12, 2023
Signed-off-by: Guillaume Lours <[email protected]>
Co-authored-by: CrazyMax <[email protected]> Signed-off-by: Guillaume Lours <[email protected]>
a17848b to
7a870e2
Compare
milas
approved these changes
Jun 12, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What I did
Fix the issue to get the
containerimage.digestfrom thebakesteps during theTrigger Docker Desktop e2e with edge versionstep of thedesktop-edge-testjobRelated issue
N/A
(not mandatory) A picture of a cute animal, if possible in relation to what you did
