Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
joelwurtz committed Apr 26, 2024
1 parent 8b07105 commit 3725514
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
php-version: 8.3
tools: castor

- name: Log in to registry
shell: bash
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin

- name: "Build and start the infrastructure"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: "castor docker:push"

0 comments on commit 3725514

Please sign in to comment.