Skip to content

Commit 323250c

Browse files
committed
chore(registry): use correct prefix
1 parent 072837b commit 323250c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010
packages: write
1111

1212
env:
13-
DS_REGISTRY: "ghcr.io/jolicode/docker-starter-cache"
13+
DS_REGISTRY: "ghcr.io/jolicode/docker-starter"
1414
DS_PHP_VERSION: "8.3"
1515

1616
jobs:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
# Fix for symfony/color detection. We know GitHub Actions can handle it
1717
ANSICON: 1
1818
CASTOR_CONTEXT: ci
19-
DS_REGISTRY: "ghcr.io/jolicode/docker-starter-cache"
19+
DS_REGISTRY: "ghcr.io/jolicode/docker-starter"
2020

2121
jobs:
2222
check-dockerfiles:

0 commit comments

Comments
 (0)