aboutsummaryrefslogtreecommitdiffstats
path: root/build_and_push.sh
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2022-06-02 18:29:14 +0200
committerivarlovlie <git@ivarlovlie.no>2022-06-02 18:29:14 +0200
commitdaff7871d306ddd94ee014641ab2a3dfc96618b0 (patch)
tree93350d0d8cc06333f88fb138db59f7cc5f60fefb /build_and_push.sh
parent06c99a6550dfa3cc6f361941801343c84034d319 (diff)
downloadvinjesvingenhandel.no-daff7871d306ddd94ee014641ab2a3dfc96618b0.tar.xz
vinjesvingenhandel.no-daff7871d306ddd94ee014641ab2a3dfc96618b0.zip
refactor: Change name of docker image
Diffstat (limited to 'build_and_push.sh')
-rwxr-xr-xbuild_and_push.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_and_push.sh b/build_and_push.sh
index 3cf5241..e65b1fc 100755
--- a/build_and_push.sh
+++ b/build_and_push.sh
@@ -3,7 +3,7 @@ set -Eeuo pipefail
do_push() {
IMAGE_NAME="website"
- HUB_NAME="dr.ivarlovlie.no/vsh/website"
+ HUB_NAME="dr.ivar.systems/vsh/website"
COMMIT_HASH=$(git rev-parse --short HEAD)
pushd src/wwwroot