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

Commit 3232a1e

Browse files
tagging the image
1 parent f2b871e commit 3232a1e

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

build.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
#!/usr/bin/env bash
2+
DOCKERTAG=${TRAVIS_TAG:-latest}
23

3-
docker build --build-arg TRAVIS_BUILD_NUMBER=$TRAVIS_BUILD_NUMBER --build-arg MYGET_API_KEY=$MYGET_API_KEY .
4+
docker build \
5+
--build-arg TRAVIS_BUILD_NUMBER=$TRAVIS_BUILD_NUMBER \
6+
--build-arg MYGET_API_KEY=$MYGET_API_KEY \
7+
--tag sql-stream-store-server:${DOCKERTAG} \
8+
.

0 commit comments

Comments
 (0)