Skip to content

Commit 9d83173

Browse files
committed
🔨 Switch to registry.inpt.fr
1 parent 08a9d55 commit 9d83173

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Diff for: Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
FROM node:18-alpine
2+
run apk add --no-cache --update openssl
23

34
workdir /app
45

Diff for: scripts/build.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
set -xe
22

3-
VERSION=1.13.0
3+
VERSION=1.14.0
44

55
echo "{ \"version\": \"$VERSION\", \"commit\": \"$(git rev-parse HEAD)\" }" > ../public/version.json
66

7-
docker build -t harbor.k8s.inpt.fr/net7/loca7:$VERSION ../
8-
docker push harbor.k8s.inpt.fr/net7/loca7:$VERSION
7+
docker build -t registry.inpt.fr/net7/loca7:$VERSION ../
8+
docker push registry.inpt.fr/net7/loca7:$VERSION

0 commit comments

Comments
 (0)