th: fix streaming image tagging
ci/woodpecker/push/woodpecker Pipeline was successful Details

main
Ariadne Conill 2024-02-10 20:22:44 -08:00
parent 191445ed32
commit eea2364a76
1 changed files with 1 additions and 1 deletions

View File

@ -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 streaming/Dockerfile --build-arg SOURCE_TAG=$CI_COMMIT_SHA . -t $STREAMING_IMAGE:$${TAG}
- 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 $${TAG} | tee -a tags.txt
- echo latest | tee -a tags.txt