Skip to content

Commit

Permalink
Merge pull request #303 from CybercentreCanada/container-build-options
Browse files Browse the repository at this point in the history
Make pipeline use root directory
  • Loading branch information
cccs-douglass committed Sep 23, 2021
2 parents 2ab9a43 + 31b2307 commit bc110aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/azure-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ stages:
for IMAGE in "cccs/assemblyline-core" "docker.pkg.github.com/cybercentrecanada/assemblyline/assemblyline-core"
do
docker build --build-arg version=$VERSION --build-arg branch=$BUILD_TYPE -t $IMAGE:$TAG -t $IMAGE:$BUILD_TYPE -t $IMAGE:$SERIES deployment
docker build --build-arg version=$VERSION --build-arg branch=$BUILD_TYPE -t $IMAGE:$TAG -t $IMAGE:$BUILD_TYPE -t $IMAGE:$SERIES . -f deployment/Dockerfile
docker push $IMAGE --all-tags
done
displayName: Deploy to Docker Hub

0 comments on commit bc110aa

Please sign in to comment.