We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 072837b commit 323250cCopy full SHA for 323250c
.github/workflows/cache.yml
@@ -10,7 +10,7 @@ permissions:
10
packages: write
11
12
env:
13
- DS_REGISTRY: "ghcr.io/jolicode/docker-starter-cache"
+ DS_REGISTRY: "ghcr.io/jolicode/docker-starter"
14
DS_PHP_VERSION: "8.3"
15
16
jobs:
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ env:
# Fix for symfony/color detection. We know GitHub Actions can handle it
17
ANSICON: 1
18
CASTOR_CONTEXT: ci
19
20
21
22
check-dockerfiles:
0 commit comments