Skip to content

Commit

Permalink
chore(registry): use correct prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
joelwurtz committed Jun 10, 2024
1 parent 072837b commit 323250c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:
packages: write

env:
DS_REGISTRY: "ghcr.io/jolicode/docker-starter-cache"
DS_REGISTRY: "ghcr.io/jolicode/docker-starter"
DS_PHP_VERSION: "8.3"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
# Fix for symfony/color detection. We know GitHub Actions can handle it
ANSICON: 1
CASTOR_CONTEXT: ci
DS_REGISTRY: "ghcr.io/jolicode/docker-starter-cache"
DS_REGISTRY: "ghcr.io/jolicode/docker-starter"

jobs:
check-dockerfiles:
Expand Down

0 comments on commit 323250c

Please sign in to comment.