Skip to content

Commit

Permalink
feat(ci): login to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
joelwurtz committed Jun 10, 2024
1 parent b234eeb commit 064d0db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ jobs:
- name: Set Docker Socket Host
run: echo "DOCKER_SOCKET_PATH=${DOCKER_HOST:5}" >> $GITHUB_ENV

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

- name: setup-castor
uses: castor-php/[email protected]

Expand Down

0 comments on commit 064d0db

Please sign in to comment.