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