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 3725514 commit a7d789c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,12 @@ 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: Log in to the Container registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: "Build and start the infrastructure"
run: "castor docker:push"

0 comments on commit a7d789c

Please sign in to comment.