Skip to content

Commit

Permalink
Merge pull request #2 from CybercentreCanada/Update_push_command
Browse files Browse the repository at this point in the history
Updating_push_command
  • Loading branch information
cccs-jh authored Feb 9, 2021
2 parents e0d156d + 74f3e8b commit 628e710
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 @@ -26,5 +26,5 @@ stages:
export TAG=${BUILD_SOURCEBRANCH#"refs/tags/v"}
if [[ "$TAG" == *stable* ]]; then export BUILD_TYPE=stable; else export BUILD_TYPE=latest; fi
docker build --build-arg version=$TAG -t cccs/assemblyline-service-deobfuscripter:$TAG -t cccs/assemblyline-service-deobfuscripter:$BUILD_TYPE .
docker push cccs/assemblyline-service-deobfuscripter
docker push cccs/assemblyline-service-deobfuscripter --all-tags
displayName: Deploy to Docker Hub

0 comments on commit 628e710

Please sign in to comment.