Skip to content

Commit 2964de5

Browse files
committed
feat(ci): login to docker
1 parent 323250c commit 2964de5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ jobs:
5353
- name: Set Docker Socket Host
5454
run: echo "DOCKER_SOCKET_PATH=${DOCKER_HOST:5}" >> $GITHUB_ENV
5555

56+
- name: Log in to registry
57+
shell: bash
58+
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin
59+
5660
# Setup PHP
5761
- name: Setup PHP
5862
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)