Skip to content

Commit

Permalink
display version
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeous committed Oct 4, 2022
1 parent 8a9076a commit c16e35f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
else
version="$(make version)"
fi
echo "Version: ${version}"
echo "::set-output name=version::${version}"
- name: Set up Docker Buildx
Expand Down Expand Up @@ -117,6 +118,7 @@ jobs:
else
version="${GITHUB_REF##*/}"
fi
echo "Image version: ${version}"
echo "::set-output name=version::${version}"
- name: Tag image
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
else
version="$(make version)"
fi
echo "Version: ${version}"
echo "::set-output name=version::${version}"
- name: Publish release
Expand Down

0 comments on commit c16e35f

Please sign in to comment.