Skip to content

Commit

Permalink
Fix typos in republish.yml (#1166)
Browse files Browse the repository at this point in the history
  • Loading branch information
pragnagopa authored Sep 13, 2024
1 parent 0b2e4d9 commit e8a322f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions host/4/republish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,14 +186,14 @@ jobs:
docker pull $SOURCE_REGISTRY/dotnet-isolated:$(PrivateVersion)-dotnet-isolated9.0
docker pull $SOURCE_REGISTRY/dotnet-isolated:$(PrivateVersion)-dotnet-isolated9.0-appservice
docker tag $SOURCE_REGISTRY/dotnet-isolated:$(PrivateVersion)-dotnet-isolated8.0 $TARGET_REGISTRY/dotnet-isolated:$(TargetVersion)-dotnet-isolated9.0
docker tag $SOURCE_REGISTRY/dotnet-isolated:$(PrivateVersion)-dotnet-isolated9.0 $TARGET_REGISTRY/dotnet-isolated:$(TargetVersion)-dotnet-isolated9.0
docker tag $SOURCE_REGISTRY/dotnet-isolated:$(PrivateVersion)-dotnet-isolated9.0-appservice $TARGET_REGISTRY/dotnet-isolated:$(TargetVersion)-dotnet-isolated9.0-appservice
docker push $TARGET_REGISTRY/dotnet-isolated:$(TargetVersion)-dotnet-isolated9.0
docker push $TARGET_REGISTRY/dotnet-isolated:$(TargetVersion)-dotnet-isolated9.0-appservice
docker system prune -a -f
displayName: tag and push dotnet8-isolated mariner images
displayName: tag and push dotnet9-isolated images
continueOnError: false
- bash: |
Expand Down

0 comments on commit e8a322f

Please sign in to comment.