diff --git a/docker-compose-windows-internal.yml b/docker-compose-windows-internal.yml index 4082e3a37e01..5bf059ad1294 100644 --- a/docker-compose-windows-internal.yml +++ b/docker-compose-windows-internal.yml @@ -143,7 +143,7 @@ services: <<: *shared-build-env PLATFORM: ps4 VISUAL_STUDIO_VERSION: "2022" - image: cobalt-build-ps4 + image: cobalt-build-ps4-vs2022 depends_on: - cobalt-build-vs2022-win-internal @@ -159,7 +159,7 @@ services: <<: *shared-build-env PLATFORM: ps5 VISUAL_STUDIO_VERSION: "2022" - image: cobalt-build-ps5 + image: cobalt-build-ps5-vs2022 depends_on: - cobalt-build-vs2022-win-internal @@ -178,7 +178,7 @@ services: PLATFORM: xb1 COBALT_CONCURRENT_LINKS: ${COBALT_CONCURRENT_LINKS:-1} VISUAL_STUDIO_VERSION: "2022" - image: cobalt-build-xb1 + image: cobalt-build-xb1-vs2022 depends_on: - cobalt-build-vs2022-win-internal @@ -194,6 +194,6 @@ services: <<: *shared-build-env PLATFORM: nxswitch VISUAL_STUDIO_VERSION: "2022" - image: cobalt-build-nxswitch + image: cobalt-build-nxswitch-vs2022 depends_on: - cobalt-build-vs2022-win-internal