Skip to content

Commit 6a7e5a9

Browse files
committed
Add port proxying
1 parent c193e17 commit 6a7e5a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/dockerfiles/runner/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
REGISTRY=localhost:5000
44
TAG=graph-compiler-runner:latest
55

6+
kubectl -n docker-registry port-forward svc/docker-registry 5000:5000 &
7+
68
cd $(dirname "$0")
79
docker build . --tag $REGISTRY/$TAG
810
docker push $REGISTRY/$TAG

0 commit comments

Comments
 (0)