Skip to content

Commit

Permalink
add tag parameter to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
iRoachie committed Oct 27, 2021
1 parent 219d48a commit b0bc24e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ describe('Linux GPU build image', () => {
},
}),
environment: {
buildImage: codebuild.LinuxGpuBuildImage.fromEcrRepository(repository),
buildImage: codebuild.LinuxGpuBuildImage.fromEcrRepository(repository, 'v1'),
},
});

Expand All @@ -90,7 +90,7 @@ describe('Linux GPU build image', () => {
{ Ref: 'AWS::URLSuffix' },
'/',
{ Ref: 'myrepo5DFA62E5' },
':latest',
':v1',
]],
},
},
Expand Down

0 comments on commit b0bc24e

Please sign in to comment.