Skip to content

Commit

Permalink
Updated JSON with targets
Browse files Browse the repository at this point in the history
  • Loading branch information
dolsysmith committed Mar 13, 2024
1 parent b26468e commit 28931c7
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions docker/docker-compose-cache.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
{
"target": {
"service-name": {
"solr": {
"cache-from": [
"type=gha,scope=buildkit"
"type=gha,scope=solr"
],
"cache-to": [
"type=gha,mode=max,scope=buildkit"
"type=gha,mode=max,scope=solr"
],
"output": [
"type=docker"
]
},
"sidekiq": {
"cache-from": [
"type=gha,scope=sidekiq"
],
"cache-to": [
"type=gha,mode=max,scope=sidekiq"
],
"output": [
"type=docker"
Expand Down

0 comments on commit 28931c7

Please sign in to comment.