We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a216cc commit bfab8f8Copy full SHA for bfab8f8
1 file changed
.github/workflows/ci.yml
@@ -73,6 +73,13 @@ jobs:
73
steps:
74
- uses: actions/checkout@v4
75
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
+
83
- name: Build docker compose
84
run: docker compose build --push apachephp dbtest apachephptest
85
env:
0 commit comments