Skip to content

Commit

Permalink
remove / from image name
Browse files Browse the repository at this point in the history
  • Loading branch information
sorinvoicu committed Mar 1, 2024
1 parent 12f0d69 commit 0a29034
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,10 @@ jobs:
id: build-release
shell: bash
run: |
NORMALISED_IMAGE=$(${{ needs.build_publish.outputs.IMAGE }} | sed 's/\//_/g')
echo "RELEASE_BODY=Check the artifacts in this release for more information about the published image." >> $GITHUB_OUTPUT
echo "TAGGED_IMAGE=${{ needs.build_publish.outputs.IMAGE }}:${{ needs.build_publish.outputs.TAG }}" >> $GITHUB_OUTPUT
echo "MANIFEST_OUTPUT_FILENAME=image_manifest_${{ needs.build_publish.outputs.IMAGE }}.json" >> $GITHUB_OUTPUT
echo "MANIFEST_OUTPUT_FILENAME=image_manifest_$NORMALISED_IMAGE.json" >> $GITHUB_OUTPUT
echo "R_PKG_OUTPUT_FILENAME=R_package_list_${{ needs.build_publish.outputs.IMAGE }}.csv" >> $GITHUB_OUTPUT
echo "SBOM_OUTPUT_FILENAME='SBOM for ${{ needs.build_publish.outputs.IMAGE }}.spdx.json'" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 0a29034

Please sign in to comment.