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 323250c commit 2964de5
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

# Setup PHP
- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 2964de5

Please sign in to comment.