We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ef747 commit 20e5bd3Copy full SHA for 20e5bd3
docker/tag.sh
@@ -5,12 +5,12 @@
5
tag_and_push() {
6
tag=$1
7
docker tag gcr.io/$PROJECT_ID/graph-node:$SHORT_SHA \
8
- lutter/graph-node:$tag
9
- docker push lutter/graph-node:$tag
+ graphprotocol/graph-node:$tag
+ docker push graphprotocol/graph-node:$tag
10
11
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
+ graphprotocol/graph-node-debug:$tag
+ docker push graphprotocol/graph-node-debug:$tag
14
}
15
16
echo "Logging into Docker Hub"
0 commit comments