File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3333
3434 - name : Set Image Tags From Release Output
3535 run : |
36- NAMESPACE="$(awk '{print(tolower())}' <<<${{ github.repository_owner }})"
36+ NAMESPACE="$(awk '{print(tolower($0 ))}' <<<${{ github.repository_owner }})"
3737 cat <<HEREDOC >>${GITHUB_ENV}
3838 TAG_BASE=${{ env.REGISTRY }}/${NAMESPACE}/${{ env.IMAGE_NAME }}
3939 PRERELEASE_IMAGE_TAG=${{ steps.draft_release.outputs.tag_name }}-prerelease
Original file line number Diff line number Diff line change 2222
2323 - name : Set Image Tags
2424 run : |
25- NAMESPACE="$(awk '{print(tolower())}' <<<${{ github.repository_owner }})"
25+ NAMESPACE="$(awk '{print(tolower($0 ))}' <<<${{ github.repository_owner }})"
2626 echo "TAG_BASE=${{ env.REGISTRY }}/${NAMESPACE}/${{ env.IMAGE_NAME }}" >>${GITHUB_ENV}
2727
2828 - name : Log In to the Container Registry
You can’t perform that action at this time.
0 commit comments