We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf996c8 commit 97cec15Copy full SHA for 97cec15
build-images.sh
@@ -62,7 +62,7 @@ images+=("${repobase}/${reponame}")
62
# Warning! docker::// protocol expects lowercase letters (,,)
63
if [[ -n "${CI}" ]]; then
64
# Set output value for Github Actions
65
- printf "::set-output name=images::%s\n" "${images[*],,}"
+ printf "images=%s\n" "${images[*],,}" >> "${GITHUB_OUTPUT}"
66
else
67
# Just print info for manual push
68
printf "Publish the images with:\n\n"
0 commit comments