We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c09eb8 + 9e5a554 commit 968f911Copy full SHA for 968f911
.github/workflows/publish-dev-docker-image.yml
@@ -65,7 +65,7 @@ jobs:
65
shell: bash
66
run: |
67
# These are outputs (not vars) so that they can be used as input to the upload step
68
- echo "SBOM_ARTIFACT_NAME=$(echo ${{ env.IMAGE_NAME }} | sed 's/\//_/g')" >> $GITHUB_OUTPUT
+ echo "SBOM_ARTIFACT_NAME=$(echo ${{ env.IMAGE_NAME }}-sbom | sed 's/\//_/g')" >> $GITHUB_OUTPUT
69
echo "SBOM_DIR=./sbom" >> $GITHUB_OUTPUT
70
71
- name: Generate SBOM artifact
0 commit comments