Skip to content

Commit bfab8f8

Browse files
committed
test cache ghcrœ
1 parent 5a216cc commit bfab8f8

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,13 @@ jobs:
7373
steps:
7474
- uses: actions/checkout@v4
7575

76+
- name: Log in to GitHub Container Registry
77+
uses: docker/login-action@v3
78+
with:
79+
registry: ghcr.io
80+
username: ${{ github.actor }}
81+
password: ${{ secrets.GITHUB_TOKEN }}
82+
7683
- name: Build docker compose
7784
run: docker compose build --push apachephp dbtest apachephptest
7885
env:

0 commit comments

Comments
 (0)