We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 71a1afd + 5e02696 commit c2a4075Copy full SHA for c2a4075
.github/workflows/build-k8s-container.yaml
@@ -34,7 +34,7 @@ jobs:
34
reponame="osg-htc/gratia-probe-k8s"
35
OSGVER=23
36
tags=()
37
- for registry in docker.io hub.opensciencegrid.org; do
+ for registry in hub.opensciencegrid.org; do
38
tags+=("$registry/$reponame:$OSGVER-release")
39
tags+=("$registry/$reponame:$OSGVER-release-$DTAG")
40
done
0 commit comments