Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
Fix key variable for add-output
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Eltgroth <[email protected]>
  • Loading branch information
joeeltgroth committed Aug 15, 2023
1 parent f457855 commit 2228e47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/srp-helper/publish-container/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ source "${SRP_WORKING_DIR}"/required-envs.sh unset
rm "${SRP_WORKING_DIR}/required-envs.sh"
observer_agent -m stop_observer -f network_provenance.json

key="${registry}/${GITHUB_REPOSITORY}/${buildpack}-buildpack:${version}"
key="${registry}/${buildpack}-buildpack:${version}"
echo "key set to ${key}"
action="publish"
image="${registry}/${GITHUB_REPOSITORY}/${buildpack}-buildpack:${version}"
image="${registry}/${buildpack}-buildpack:${version}"
srp provenance add-output docker \
--set-key="${key}" \
--action-key="${action}" \
Expand Down

0 comments on commit 2228e47

Please sign in to comment.