th: fix streaming image tagging
This commit is contained in:
parent
191445ed32
commit
eea2364a76
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ pipeline:
|
||||||
- docker image build -f Dockerfile --build-arg SOURCE_TAG=$CI_COMMIT_SHA . -t $SERVER_IMAGE:$${TAG}
|
- docker image build -f Dockerfile --build-arg SOURCE_TAG=$CI_COMMIT_SHA . -t $SERVER_IMAGE:$${TAG}
|
||||||
- docker image build -f streaming/Dockerfile --build-arg SOURCE_TAG=$CI_COMMIT_SHA . -t $STREAMING_IMAGE:$${TAG}
|
- docker image build -f streaming/Dockerfile --build-arg SOURCE_TAG=$CI_COMMIT_SHA . -t $STREAMING_IMAGE:$${TAG}
|
||||||
- docker tag $SERVER_IMAGE:$${TAG} $SERVER_IMAGE:latest
|
- docker tag $SERVER_IMAGE:$${TAG} $SERVER_IMAGE:latest
|
||||||
- docker tag $STREAMING_IMAGE:$${TAG} $SERVER_IMAGE:latest
|
- docker tag $STREAMING_IMAGE:$${TAG} $STREAMING_IMAGE:latest
|
||||||
- echo -n > tags.txt
|
- echo -n > tags.txt
|
||||||
- echo $${TAG} | tee -a tags.txt
|
- echo $${TAG} | tee -a tags.txt
|
||||||
- echo latest | tee -a tags.txt
|
- echo latest | tee -a tags.txt
|
||||||
|
|
Loading…
Reference in a new issue