Skip to content

Commit c2a4075

Browse files
authored
Merge pull request #187 from opensciencegrid/bugfix/k8s-container-gha-permissions
Update build-k8s-container.yaml to only push to harbor
2 parents 71a1afd + 5e02696 commit c2a4075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-k8s-container.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
reponame="osg-htc/gratia-probe-k8s"
3535
OSGVER=23
3636
tags=()
37-
for registry in docker.io hub.opensciencegrid.org; do
37+
for registry in hub.opensciencegrid.org; do
3838
tags+=("$registry/$reponame:$OSGVER-release")
3939
tags+=("$registry/$reponame:$OSGVER-release-$DTAG")
4040
done

0 commit comments

Comments
 (0)