Skip to content

Commit c148d49

Browse files
OlegOptimumCode
authored andcommitted
Print collected versions to the console
1 parent cc3d151 commit c148d49

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build-image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
--implementation "localhost/${IMAGE_WITH_TAG}" \
8181
--format json | jq -r '.version // empty')
8282
echo "value=${version}" >> $GITHUB_OUTPUT
83+
echo "Collected version: $version"
8384
8485
- name: Log in to ghcr.io
8586
uses: redhat-actions/podman-login@v1

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
--implementation ${IMPL_NAME} \
4343
--format json | jq -r '.version // empty')
4444
echo "value=${version}" >> $GITHUB_OUTPUT
45+
echo "Latest version: $version"
4546
4647
build:
4748
needs: meta

0 commit comments

Comments
 (0)