Skip to content

Commit

Permalink
Corretly Tag FrontEnd and Remote Service
Browse files Browse the repository at this point in the history
  • Loading branch information
XinRanZhAWS committed Jan 2, 2025
1 parent 3ef25f5 commit c757d97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sample-apps/dotnet/codebuild/buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ phases:
- echo "Tagging the Docker image..."
- $ecrMainImageUrl = "$env:ACCOUNT_ID.dkr.ecr.$env:AWS_DEFAULT_REGION.amazonaws.com/appsignals-dotnet-windows-main-service:autobuild-latest"
- $ecrRemoteImageUrl = "$env:ACCOUNT_ID.dkr.ecr.$env:AWS_DEFAULT_REGION.amazonaws.com/appsignals-dotnet-windows-remote-service:autobuild-latest"
- docker tag dotnetsampleapp/frontend_service:latest $ecrMainImageUrl
- docker tag dotnetsampleapp/remote_service:latest $ecrRemoteImageUrl
- docker tag dotnetsampleapp/frontend-service:latest $ecrMainImageUrl
- docker tag dotnetsampleapp/remote-service:latest $ecrRemoteImageUrl

post_build:
commands:
Expand Down

0 comments on commit c757d97

Please sign in to comment.