Skip to content

Commit

Permalink
Merge pull request #71 from CybercentreCanada/build_path
Browse files Browse the repository at this point in the history
missing $ infront of build_type, copy-paste mistake
  • Loading branch information
cccs-rs authored Jul 26, 2021
2 parents 5b50abd + 992be45 commit 049f0b7
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 049f0b7

Please sign in to comment.