From 74f3e8b304440ed5acb25ea442e172dac7834401 Mon Sep 17 00:00:00 2001 From: cccs-jh <63320703+cccs-jh@users.noreply.github.com> Date: Tue, 9 Feb 2021 16:00:14 -0500 Subject: [PATCH] Updating_push_command --- pipelines/azure-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/azure-build.yaml b/pipelines/azure-build.yaml index 931f821..1cf5583 100644 --- a/pipelines/azure-build.yaml +++ b/pipelines/azure-build.yaml @@ -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