Skip to content

Commit

Permalink
Merge branch 'main' into paketo-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoulliard authored Dec 16, 2024
2 parents 9d53e5f + e9578e4 commit 80a9dc6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions task/oci-copy-oci-ta/0.1/oci-copy-oci-ta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,12 @@ spec:
"specVersion": "1.5",
"version": 1,
"components": []
"metadata": {
"component": {
"type": "file",
"name": "${IMAGE%:*}@$(cat "$(results.IMAGE_DIGEST.path)")"
}
}
}
EOL
Expand Down
6 changes: 6 additions & 0 deletions task/oci-copy/0.1/oci-copy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,12 @@ spec:
"specVersion": "1.5",
"version": 1,
"components": []
"metadata": {
"component": {
"type": "file",
"name": "${IMAGE%:*}@$(cat "$(results.IMAGE_DIGEST.path)")"
}
}
}
EOL
Expand Down

0 comments on commit 80a9dc6

Please sign in to comment.