Skip to content

Commit

Permalink
fix empty tagless image name
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphall committed Sep 26, 2024
1 parent 299a454 commit 15a1f1c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: |
PREFIX="output_image=${GITHUB_REPOSITORY}:${SERIES}"
echo "${PREFIX}-${OS}-${REPO}" >> ${GITHUB_OUTPUT}
echo "registry_image=hub.opensciencegrid.org/${GITHUB_REPOSITORY} >> ${GITHUB_OUTPUT}"
echo "registry_image=hub.opensciencegrid.org/${GITHUB_REPOSITORY}"" >> ${GITHUB_OUTPUT}
- name: Harbor login
# if: >-
Expand Down Expand Up @@ -156,7 +156,6 @@ jobs:
# * ) exit ;;
# esac
# for registry in hub.opensciencegrid.org docker.io; do
# IFS=,
# for image in ${IMAGE_LIST}; do
# fqin=${registry}/${image}
# docker tag ${image} ${fqin}
Expand Down

0 comments on commit 15a1f1c

Please sign in to comment.