Skip to content

Commit 064d0db

Browse files
committed
feat(ci): login to docker
1 parent b234eeb commit 064d0db

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
- name: setup-castor
5761
uses: castor-php/setup-castor@v0.1.0
5862

0 commit comments

Comments
 (0)