Skip to content

Commit

Permalink
ci: fix docker config access in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwwinter committed Apr 12, 2024
1 parent a05235b commit bd2607c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ object TestContainers {
GenericContainer(
DockerImageName
.parse("ghcr.io/aam-digital/aam-sqs-linux")
.asCompatibleSubstituteFor("aam-sqs-linux")
.withTag("latest")
)
.withImagePullPolicy(PullPolicy.alwaysPull())
Expand Down

0 comments on commit bd2607c

Please sign in to comment.