Skip to content

Commit

Permalink
Fix VS2022 image names (#595) (#764)
Browse files Browse the repository at this point in the history
Gives unique built image names to VS2022 container

b/265873968

(cherry picked from commit 0849642)

Co-authored-by: Kaido Kert <[email protected]>
  • Loading branch information
cobalt-github-releaser-bot and kaidokert committed Jun 27, 2023
1 parent 0f20f19 commit c6a77b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose-windows-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand All @@ -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

Expand All @@ -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

0 comments on commit c6a77b1

Please sign in to comment.