diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-06-02 18:29:14 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-06-02 18:29:14 +0200 |
| commit | daff7871d306ddd94ee014641ab2a3dfc96618b0 (patch) | |
| tree | 93350d0d8cc06333f88fb138db59f7cc5f60fefb | |
| parent | 06c99a6550dfa3cc6f361941801343c84034d319 (diff) | |
| download | vinjesvingenhandel.no-daff7871d306ddd94ee014641ab2a3dfc96618b0.tar.xz vinjesvingenhandel.no-daff7871d306ddd94ee014641ab2a3dfc96618b0.zip | |
refactor: Change name of docker image
| -rwxr-xr-x | build_and_push.sh | 2 |
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 |
