Skip to content

Commit e315b88

Browse files
committed
don't try to psuh to docker.io/osg-htc
1 parent 62c665e commit e315b88

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-container.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ jobs:
4949
tags=()
5050
for registry in hub.opensciencegrid.org docker.io; do
5151
for docker_repo in opensciencegrid osg-htc; do
52+
# Don't try to push to docker.io/osg-htc
53+
[[ $docker_repo == "osg-htc" && $registry == "docker.io" ]] && continue
54+
5255
tags+=( $registry/$docker_repo/$image_name:$SERIES-$BASE_STR-$REPO{,-$TIMESTAMP} )
5356
done
5457
done

0 commit comments

Comments
 (0)