Docker id changed to evernode (#391)

This commit is contained in:
Kithmini Gunawardhana
2023-12-08 09:41:19 +05:30
committed by GitHub
parent bfc38a3c70
commit 5380b7f022
3 changed files with 3 additions and 3 deletions

View File

@@ -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/

View File

@@ -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"

View File

@@ -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