Skip to content

Commit

Permalink
ci: fix tar prefix
Browse files Browse the repository at this point in the history
Signed-off-by: Hank Donnay <hdonnay@redhat.com>
  • Loading branch information
hdonnay committed Mar 3, 2022
1 parent fa6fad7 commit bbdd925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cut-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
: "${repo:=$GITHUB_REPOSITORY}"
test "${GITHUB_REPOSITORY_OWNER}" = quay && repo="projectquay/${GITHUB_REPOSITORY##*/}" ||:
printf '::set-output name=version::%s\n' "$tag"
printf '::set-output name=tar_prefix::%s\n' "clair-${tag}"
printf '::set-output name=tar_prefix::%s\n' "clair-${tag}/"
printf '::set-output name=image_tag::%s\n' "${tag#v}"
printf '::set-output name=image_repo::%s\n' "${repo}"
printf '::set-output name=build_image::%s\n' '${{ matrix.image }}'
Expand Down

0 comments on commit bbdd925

Please sign in to comment.