diff --git a/.github/workflows/build_php.yml b/.github/workflows/build_php.yml index be66a88..cfa1fbc 100644 --- a/.github/workflows/build_php.yml +++ b/.github/workflows/build_php.yml @@ -47,6 +47,7 @@ jobs: - name: Login to DockerHub uses: docker/login-action@v3 with: + registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Set image tag @@ -113,6 +114,7 @@ jobs: - name: Login to DockerHub uses: docker/login-action@v3 with: + registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Set image tag @@ -179,6 +181,7 @@ jobs: - name: Login to DockerHub uses: docker/login-action@v3 with: + registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Set image tag @@ -246,6 +249,7 @@ jobs: - name: Login to DockerHub uses: docker/login-action@v3 with: + registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Set image tag @@ -314,6 +318,7 @@ jobs: - name: Login to DockerHub uses: docker/login-action@v3 with: + registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Set image tag @@ -382,6 +387,7 @@ jobs: - name: Login to DockerHub uses: docker/login-action@v3 with: + registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Set image tag @@ -450,6 +456,7 @@ jobs: - name: Login to DockerHub uses: docker/login-action@v3 with: + registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Set image tag