Skip to content

Commit

Permalink
push all tags
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-rs authored Feb 10, 2021
1 parent c4a0966 commit 1cb7517
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-suricata:$TAG -t cccs/assemblyline-service-suricata:$BUILD_TYPE .
docker push cccs/assemblyline-service-suricata
docker push cccs/assemblyline-service-suricata --all-tags
displayName: Deploy to Docker Hub

0 comments on commit 1cb7517

Please sign in to comment.