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 d652c7c commit 828d813
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .castor/docker.php
Original file line number Diff line number Diff line change
Expand Up @@ -384,8 +384,6 @@ 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
3 changes: 2 additions & 1 deletion .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ name: Push docker image to registry

permissions:
contents: read
packages: write

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

jobs:
Expand Down

0 comments on commit 828d813

Please sign in to comment.