We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62c665e commit e315b88Copy full SHA for e315b88
1 file changed
.github/workflows/build-container.yml
@@ -49,6 +49,9 @@ jobs:
49
tags=()
50
for registry in hub.opensciencegrid.org docker.io; do
51
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
+
55
tags+=( $registry/$docker_repo/$image_name:$SERIES-$BASE_STR-$REPO{,-$TIMESTAMP} )
56
done
57
0 commit comments