Skip to content

Commit

Permalink
Merge pull request #19 from dodopizza/sre-deploy-to-github-3481369
Browse files Browse the repository at this point in the history
#3481369 fix quote
  • Loading branch information
sfairat15 authored Mar 15, 2022
2 parents 19d00dc + b710b94 commit 5076fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
apps_version_info=$( docker run --rm ${centos_repo_dev}:${branch_short_sha} bash -c '/version-info.sh' )
set-multiline-output apps_version_info \
"Image Docker Hub: ${centos_repo_main}:${{ github.event.inputs.version_tag }}
"Image GitHub Container Registry: ${centos_repo_ghcr_main}:${{ github.event.inputs.version_tag }}
Image GitHub Container Registry: ${centos_repo_ghcr_main}:${{ github.event.inputs.version_tag }}
**Utils preinstalled:**
${apps_version_info}"
Expand Down

0 comments on commit 5076fe0

Please sign in to comment.