Skip to content

Commit a1b573a

Browse files
author
Oleg
committed
Print collected versions
1 parent c427f39 commit a1b573a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@ jobs:
9898
--format json | jq '.version // empty')
9999
echo "value=${version}" >> $GITHUB_OUTPUT
100100
101+
- name: Print collected versions
102+
run: echo "latest_version=${{ needs.meta.outputs.latest-version }}; current_version=${{ steps.current-version.outputs.value }}"
103+
101104
- name: Log in to ghcr.io
102105
uses: redhat-actions/podman-login@v1
103106
with:

0 commit comments

Comments
 (0)