This repository was archived by the owner on Sep 3, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ LOCAL="${LOCAL_IMAGE}:latest"
1212REMOTE_IMAGE=" sqlstreamstore/server"
1313
1414docker build \
15- --build-arg MYGET_API_KEY=$MYGET_API_KEY \
1615 --build-arg CONTAINER_RUNTIME_VERSION=${CONTAINER_RUNTIME_VERSION:- 2.2.6} \
1716 --build-arg CONTAINER_RUNTIME=${CONTAINER_RUNTIME} \
1817 --build-arg RUNTIME=${RUNTIME:- alpine-x64} \
@@ -21,7 +20,6 @@ docker build \
2120 --tag ${LOCAL} \
2221 .
2322
24-
2523SEMVER_REGEX=" ^(0|[1-9][0-9]*)\\ .(0|[1-9][0-9]*)\\ .(0|[1-9][0-9]*)(\\ -[0-9A-Za-z-]+(\\ .[0-9A-Za-z-]+)*)?(\\ +[0-9A-Za-z-]+(\\ .[0-9A-Za-z-]+)*)?$"
2624
2725[[ $LIBRARY_VERSION =~ $SEMVER_REGEX ]]
3937 docker tag $LOCAL $MAJOR_MINOR_PATCH_PRE
4038fi
4139
42- if [[ -n $DOCKER_USER ]]; then
43- echo " ${DOCKER_PASS} " | docker login --username " ${DOCKER_USER} " --password-stdin
44- docker push $REMOTE_IMAGE
45- fi
46-
4740docker images --filter=reference=" ${REMOTE_IMAGE} "
You can’t perform that action at this time.
0 commit comments