From 90175bca91250c6f56f56a5ada410e94a7cbbb0c Mon Sep 17 00:00:00 2001 From: Jameson Z <89222642+VpOfEngineering@users.noreply.github.com> Date: Thu, 7 Mar 2024 15:02:27 -0600 Subject: [PATCH] Updating republish YAML (#1055) Co-authored-by: jzaballos --- host/4/republish.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/host/4/republish.yml b/host/4/republish.yml index 44545b9cd..902bdcd6c 100644 --- a/host/4/republish.yml +++ b/host/4/republish.yml @@ -135,15 +135,15 @@ steps: displayName: tag and push dotnet8-isolated images continueOnError: false - - bash: | - set -e - docker pull $SOURCE_REGISTRY/dotnet-isolated:$(PrivateVersion)-dotnet-isolated8.0-mariner + - bash: | + set -e + docker pull $SOURCE_REGISTRY/dotnet-isolated:$(PrivateVersion)-dotnet-isolated8.0-mariner - docker tag $SOURCE_REGISTRY/dotnet-isolated:$(PrivateVersion)-dotnet-isolated8.0-mariner $TARGET_REGISTRY/dotnet-isolated:$(TargetVersion)-dotnet-isolated8.0-mariner + docker tag $SOURCE_REGISTRY/dotnet-isolated:$(PrivateVersion)-dotnet-isolated8.0-mariner $TARGET_REGISTRY/dotnet-isolated:$(TargetVersion)-dotnet-isolated8.0-mariner - docker push $TARGET_REGISTRY/dotnet-isolated:$(TargetVersion)-dotnet-isolated8.0-mariner + docker push $TARGET_REGISTRY/dotnet-isolated:$(TargetVersion)-dotnet-isolated8.0-mariner - docker system prune -a -f + docker system prune -a -f displayName: tag and push dotnet8-isolated mariner images continueOnError: false