Skip to content

Commit

Permalink
chore: put quotes around image names because we're now getting 'yaml.…
Browse files Browse the repository at this point in the history
…scanner.ScannerError: mapping values are not allowed here' without that
  • Loading branch information
bethesque committed Aug 8, 2023
1 parent cbf788b commit 534325d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker-compose-clean-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- ${PWD}/docker/pg-dump.sql:/tmp/pg-dump.sql

pact-broker:
image: pactfoundation/pact-broker:2.110.0-pactbroker2.107.1
image: "pactfoundation/pact-broker:2.110.0-pactbroker2.107.1"
ports:
- "9393:9393"
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-clean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- ${PWD}/docker/pg-dump.sql:/tmp/pg-dump.sql

pact-broker:
image: pactfoundation/pact-broker:2.110.0-pactbroker2.107.1
image: "pactfoundation/pact-broker:2.110.0-pactbroker2.107.1"
ports:
- "9393:9393"
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-heroku.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
POSTGRES_DB: postgres

pact-broker:
image: pactfoundation/pact-broker:2.110.0-pactbroker2.107.1
image: "pactfoundation/pact-broker:2.110.0-pactbroker2.107.1"
ports:
- "9393:9393"
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-test-different-env-var-names.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
POSTGRES_DB: postgres

pact-broker:
image: pactfoundation/pact-broker:latest
image: "pactfoundation/pact-broker:latest"
depends_on:
- postgres
environment:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
POSTGRES_DB: postgres

pact-broker:
image: pactfoundation/pact-broker:2.110.0-pactbroker2.107.1
image: "pactfoundation/pact-broker:2.110.0-pactbroker2.107.1"
ports:
- "9292:9292"
depends_on:
Expand Down

0 comments on commit 534325d

Please sign in to comment.