update
This commit is contained in:
parent
ce9e0ba4e8
commit
96cb5c8ca5
1 changed files with 5 additions and 0 deletions
5
.github/workflows/build.yaml
vendored
5
.github/workflows/build.yaml
vendored
|
|
@ -38,6 +38,11 @@ jobs:
|
|||
console.log(JSON.stringify(json, null, 2));
|
||||
console.log("");
|
||||
console.log("------------------------------------------------------------");
|
||||
console.log("Container meta runtime env:")
|
||||
console.log("IMAGE_TAG: ${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}")
|
||||
console.log("VCS_REF: ${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.revision'] }}")
|
||||
console.log("BUILD_DATE: ${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.created'] }}")
|
||||
console.log("------------------------------------------------------------");
|
||||
env:
|
||||
JSON_STRING: ${{ steps.meta.outputs.json }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue