Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 7b5dc4f

Browse files
using correct docker image
1 parent 099b20e commit 7b5dc4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55
LOCAL_IMAGE="sql-stream-store-server"
66
LOCAL="${LOCAL_IMAGE}:latest"
77

8-
REMOTE_IMAGE="sql-stream-store/server"
8+
REMOTE_IMAGE="sqlstreamstore/hal"
99

1010
docker build \
1111
--build-arg MYGET_API_KEY=$MYGET_API_KEY \

0 commit comments

Comments
 (0)