We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc3d151 commit c148d49Copy full SHA for c148d49
.github/workflows/build-image.yml
@@ -80,6 +80,7 @@ jobs:
80
--implementation "localhost/${IMAGE_WITH_TAG}" \
81
--format json | jq -r '.version // empty')
82
echo "value=${version}" >> $GITHUB_OUTPUT
83
+ echo "Collected version: $version"
84
85
- name: Log in to ghcr.io
86
uses: redhat-actions/podman-login@v1
.github/workflows/build.yml
@@ -42,6 +42,7 @@ jobs:
42
--implementation ${IMPL_NAME} \
43
44
45
+ echo "Latest version: $version"
46
47
build:
48
needs: meta
0 commit comments