Skip to content

Commit

Permalink
chore: removed unused cachedfrom statements
Browse files Browse the repository at this point in the history
  • Loading branch information
Kammerlo committed Jul 30, 2024
1 parent be4d1cf commit 2e61f3c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ services:

background:
build:
cache_from: [ cardanofoundation/cardano-graphql-background:latest ]
context: .
target: background
image: cardanofoundation/cardano-graphql-background:${CARDANO_GRAPHQL_VERSION:-8.1.0}-${NETWORK:-mainnet}
Expand All @@ -125,7 +124,6 @@ services:
build:
args:
- NETWORK=${NETWORK:-mainnet}
cache_from: [ inputoutput/cardano-graphql-server:latest ]
context: .
target: server
image: cardanofoundation/cardano-graphql-server:${CARDANO_GRAPHQL_VERSION:-8.1.0}-${NETWORK:-mainnet}
Expand Down

0 comments on commit 2e61f3c

Please sign in to comment.