diff --git a/test/docker/Dockerfile.ubt.20.04-njs b/test/docker/Dockerfile.ubt.20.04-njs index c929becb..3ca8ebef 100644 --- a/test/docker/Dockerfile.ubt.20.04-njs +++ b/test/docker/Dockerfile.ubt.20.04-njs @@ -1,6 +1,6 @@ # HotPocket (Ubuntu 20.04) + NodeJs -FROM evernodedev/hotpocket:%ver%-ubt.20.04 +FROM evernode/hotpocket:%ver%-ubt.20.04 # Copy the node binary from build context to the container image. COPY node /usr/bin/ \ No newline at end of file diff --git a/test/docker/build.sh b/test/docker/build.sh index b158d159..f8a065c2 100755 --- a/test/docker/build.sh +++ b/test/docker/build.sh @@ -2,7 +2,7 @@ # Builds all the HotPocket docker images. hpcoredir=$(realpath ../..) -img=evernodedev/hotpocket +img=evernode/hotpocket basefile="Dockerfile.ubt.20.04" njsfile="Dockerfile.ubt.20.04-njs" diff --git a/test/docker/push.sh b/test/docker/push.sh index 23939880..1cefd176 100755 --- a/test/docker/push.sh +++ b/test/docker/push.sh @@ -1,6 +1,6 @@ #!/bin/bash # Pushes all the HotPocket images into docker hub. -img=evernodedev/hotpocket +img=evernode/hotpocket docker image push --all-tags $img \ No newline at end of file