We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 491aab0 commit bcb89b9Copy full SHA for bcb89b9
1 file changed
.github/workflows/deploy-manylinux-docker.yml
@@ -62,4 +62,4 @@ jobs:
62
OPENMS_BRANCH=${{ steps.extract_branch.outputs.branch }}
63
OPENMS_VERSION=${{ steps.tag_name.outputs.tag }}
64
tags: |
65
- ghcr.io/${{ steps.downcase_repo.outputs.repo }}/contrib_manylinux_2_34:${{ steps.tag_name.outputs.tag }}-${{ env.platform_tag }}
+ ghcr.io/openms/contrib_manylinux_2_34:${{ steps.tag_name.outputs.tag }}-${{ env.platform_tag }}
0 commit comments