Skip to content

Commit 20e5bd3

Browse files
committed
docker: Push builds to the official graphprotocol account
1 parent 75ef747 commit 20e5bd3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker/tag.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
tag_and_push() {
66
tag=$1
77
docker tag gcr.io/$PROJECT_ID/graph-node:$SHORT_SHA \
8-
lutter/graph-node:$tag
9-
docker push lutter/graph-node:$tag
8+
graphprotocol/graph-node:$tag
9+
docker push graphprotocol/graph-node:$tag
1010

1111
docker tag gcr.io/$PROJECT_ID/graph-node-debug:$SHORT_SHA \
12-
lutter/graph-node-debug:$tag
13-
docker push lutter/graph-node-debug:$tag
12+
graphprotocol/graph-node-debug:$tag
13+
docker push graphprotocol/graph-node-debug:$tag
1414
}
1515

1616
echo "Logging into Docker Hub"

0 commit comments

Comments
 (0)