Skip to content

Commit

Permalink
Use lowercase github org name
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Jan 10, 2024
1 parent 63544f8 commit b311ca1
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/docker-compose-cache.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,65 +2,65 @@
"target": {
"redis": {
"cache-from": [
"type=registry,ref=ghcr.io/MaMpf-HD/redis:cache"
"type=registry,ref=ghcr.io/mampf-hd/redis:cache"
],
"cache-to": [
"type=registry,ref=ghcr.io/MaMpf-HD/redis:cache"
"type=registry,ref=ghcr.io/mampf-hd/redis:cache"
],
"output": [
"type=docker"
]
},
"solr": {
"cache-from": [
"type=registry,ref=ghcr.io/MaMpf-HD/solr:cache"
"type=registry,ref=ghcr.io/mampf-hd/solr:cache"
],
"cache-to": [
"type=registry,ref=ghcr.io/MaMpf-HD/solr:cache"
"type=registry,ref=ghcr.io/mampf-hd/solr:cache"
],
"output": [
"type=docker"
]
},
"db": {
"cache-from": [
"type=registry,ref=ghcr.io/MaMpf-HD/db:cache"
"type=registry,ref=ghcr.io/mampf-hd/db:cache"
],
"cache-to": [
"type=registry,ref=ghcr.io/MaMpf-HD/db:cache"
"type=registry,ref=ghcr.io/mampf-hd/db:cache"
],
"output": [
"type=docker"
]
},
"mailcatcher": {
"cache-from": [
"type=registry,ref=ghcr.io/MaMpf-HD/mailcatcher:cache"
"type=registry,ref=ghcr.io/mampf-hd/mailcatcher:cache"
],
"cache-to": [
"type=registry,ref=ghcr.io/MaMpf-HD/mailcatcher:cache"
"type=registry,ref=ghcr.io/mampf-hd/mailcatcher:cache"
],
"output": [
"type=docker"
]
},
"mampf": {
"cache-from": [
"type=registry,ref=ghcr.io/MaMpf-HD/mampf:cache"
"type=registry,ref=ghcr.io/mampf-hd/mampf:cache"
],
"cache-to": [
"type=registry,ref=ghcr.io/MaMpf-HD/mampf:cache"
"type=registry,ref=ghcr.io/mampf-hd/mampf:cache"
],
"output": [
"type=docker"
]
},
"cypress_runner": {
"cache-from": [
"type=registry,ref=ghcr.io/MaMpf-HD/cypress_runner:cache"
"type=registry,ref=ghcr.io/mampf-hd/cypress_runner:cache"
],
"cache-to": [
"type=registry,ref=ghcr.io/MaMpf-HD/cypress_runner:cache"
"type=registry,ref=ghcr.io/mampf-hd/cypress_runner:cache"
],
"output": [
"type=docker"
Expand Down

0 comments on commit b311ca1

Please sign in to comment.