Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
joelwurtz committed Apr 29, 2024
1 parent ccff1e8 commit d652c7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .castor/docker.php
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,8 @@ function push(): void
, $target['target'], $target['context'], $target['dockerfile'], $reference, $target['type'], $reference, $target['target'], variable('php_version'));
}

var_dump($content);

// write bake file in tmp file
$bakeFile = tempnam(sys_get_temp_dir(), 'bake');
file_put_contents($bakeFile, $content);
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:

env:
# Fix for symfony/color detection. We know GitHub Actions can handle it
DS_REGISTRY: "ghcr.io/jolicode/docker-starter"
DS_REGISTRY: "ghcr.io/jolicode/docker-starter-test"
DS_PHP_VERSION: "8.3"

jobs:
Expand Down

0 comments on commit d652c7c

Please sign in to comment.