Skip to content

Commit

Permalink
Updating push command
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-kevin committed Feb 9, 2021
1 parent d163732 commit 9256294
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-metadefender:$TAG -t cccs/assemblyline-service-metadefender:$BUILD_TYPE .
docker push cccs/assemblyline-service-metadefender
docker push cccs/assemblyline-service-metadefender --all-tags
displayName: Deploy to Docker Hub

0 comments on commit 9256294

Please sign in to comment.