Skip to content

Commit

Permalink
Fix Node22 publish (#1126)
Browse files Browse the repository at this point in the history
  • Loading branch information
pragnagopa authored Jul 31, 2024
1 parent 5c2c28b commit 51b2a87
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions host/4/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ steps:
docker push $TARGET_REGISTRY/dotnet:$(TargetVersion)-dotnet6-bookworm
docker system prune -a -f
displayName: tag and push dotnet images
displayName: tag and push dotnet 6 inproc images
continueOnError: false
- bash: |
Expand All @@ -89,7 +89,7 @@ steps:
docker push $TARGET_REGISTRY/dotnet:$(TargetVersion)-dotnet8.0-appservice
docker system prune -a -f
displayName: tag and push dotnet images
displayName: tag and push dotnet8.0 inproc images
continueOnError: false
Expand Down Expand Up @@ -119,7 +119,7 @@ steps:
docker push $TARGET_REGISTRY/dotnet-isolated:$(TargetVersion)-dotnet-isolated6.0-appservice-quickstart
docker system prune -a -f
displayName: tag and push dotnet-isolated images
displayName: tag and push dotnet6-isolated images
continueOnError: false
- bash: |
Expand Down Expand Up @@ -183,7 +183,7 @@ steps:
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 Expand Up @@ -402,14 +402,14 @@ steps:
- bash: |
set -e
docker pull $SOURCE_REGISTRY/node:$(PrivateVersion)-node22
docker pull $SOURCE_REGISTRY/node:$(PrivateVersion)-node22-slim
docker pull $SOURCE_REGISTRY/node:$(PrivateVersion)-node22-appservice
docker tag $SOURCE_REGISTRY/node:$(PrivateVersion)-node22 $TARGET_REGISTRY/node:$(TargetVersion)-node22
docker tag $SOURCE_REGISTRY/node:$(PrivateVersion)-node22-slim $TARGET_REGISTRY/node:$(TargetVersion)-node22-slim
docker tag $SOURCE_REGISTRY/node:$(PrivateVersion)-node22-appservice $TARGET_REGISTRY/node:$(TargetVersion)-node22-appservice
docker push $TARGET_REGISTRY/node:$(TargetVersion)-node22
docker push $TARGET_REGISTRY/node:$(TargetVersion)-node22-slim
docker push $TARGET_REGISTRY/node:$(TargetVersion)-node22-appservice
docker system prune -a -f
displayName: tag and push node22 images
Expand Down

0 comments on commit 51b2a87

Please sign in to comment.