From 96cb5c8ca56df2e842bac9189bf6e669cf7c41c0 Mon Sep 17 00:00:00 2001 From: Thomas Sauter Date: Thu, 23 Oct 2025 09:51:45 +0200 Subject: [PATCH] update --- .github/workflows/build.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index eec63f6..a0b064a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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 }}