Skip to content

Commit

Permalink
chore: Update docker-compose-cache.json for caching Docker layers
Browse files Browse the repository at this point in the history
  • Loading branch information
drikusroor committed Jun 27, 2024
1 parent ac33b6f commit ef64419
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docker-compose-cache.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@
"output": [
"type=docker"
]
},
"client": {
"cache-from": [
"type=gha,scope=Amsterdam-Music-Lab/MUSCLE/client"
],
"cache-to": [
"type=gha,mode=max,scope=Amsterdam-Music-Lab/MUSCLE/client"
],
"output": [
"type=docker"
]
}
}
}

0 comments on commit ef64419

Please sign in to comment.