Skip to content

Commit 90175bc

Browse files
VpOfEngineeringjzaballos
and
jzaballos
authored
Updating republish YAML (#1055)
Co-authored-by: jzaballos <[email protected]>
1 parent f925288 commit 90175bc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: host/4/republish.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -135,15 +135,15 @@ steps:
135135
displayName: tag and push dotnet8-isolated images
136136
continueOnError: false
137137
138-
- bash: |
139-
set -e
140-
docker pull $SOURCE_REGISTRY/dotnet-isolated:$(PrivateVersion)-dotnet-isolated8.0-mariner
138+
- bash: |
139+
set -e
140+
docker pull $SOURCE_REGISTRY/dotnet-isolated:$(PrivateVersion)-dotnet-isolated8.0-mariner
141141
142-
docker tag $SOURCE_REGISTRY/dotnet-isolated:$(PrivateVersion)-dotnet-isolated8.0-mariner $TARGET_REGISTRY/dotnet-isolated:$(TargetVersion)-dotnet-isolated8.0-mariner
142+
docker tag $SOURCE_REGISTRY/dotnet-isolated:$(PrivateVersion)-dotnet-isolated8.0-mariner $TARGET_REGISTRY/dotnet-isolated:$(TargetVersion)-dotnet-isolated8.0-mariner
143143
144-
docker push $TARGET_REGISTRY/dotnet-isolated:$(TargetVersion)-dotnet-isolated8.0-mariner
144+
docker push $TARGET_REGISTRY/dotnet-isolated:$(TargetVersion)-dotnet-isolated8.0-mariner
145145
146-
docker system prune -a -f
146+
docker system prune -a -f
147147
displayName: tag and push dotnet8-isolated mariner images
148148
continueOnError: false
149149

0 commit comments

Comments
 (0)