Skip to content

Commit

Permalink
missing $ infront of build_type
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-rs committed Jul 26, 2021
1 parent 414bbe7 commit 992be45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipelines/azure-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,11 @@ stages:
until sudo env "PATH=$PATH" python -m pip download "assemblyline-v4-service==$VERSION" --pre --no-deps &> /dev/null; do sleep 2; done
export IMAGE="cccs/assemblyline-v4-service-base"
docker build --build-arg version=$VERSION --build-arg branch=$BUILD_TYPE -t $IMAGE:$TAG -t $IMAGE:$SERIES -t $IMAGE:BUILD_TYPE docker
docker build --build-arg version=$VERSION --build-arg branch=$BUILD_TYPE -t $IMAGE:$TAG -t $IMAGE:$SERIES -t $IMAGE:$BUILD_TYPE docker
docker push $IMAGE --all-tags
export IMAGE="cccs/assemblyline-service-resultsample"
docker build --build-arg version=$VERSION --build-arg branch=$BUILD_TYPE -f assemblyline_result_sample_service/Dockerfile -t $IMAGE:$TAG -t $IMAGE:$SERIES -t $IMAGE:BUILD_TYPE .
docker build --build-arg version=$VERSION --build-arg branch=$BUILD_TYPE -f assemblyline_result_sample_service/Dockerfile -t $IMAGE:$TAG -t $IMAGE:$SERIES -t $IMAGE:$BUILD_TYPE .
docker push $IMAGE --all-tags
displayName: Deploy to Docker Hub

0 comments on commit 992be45

Please sign in to comment.