File tree Expand file tree Collapse file tree 4 files changed +7
-8
lines changed Expand file tree Collapse file tree 4 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ name: Build PHP 8.1
33
44# Configures this workflow to run every time a release is created.
55on :
6- push :
76 release :
87 types :
98 - created
9089 uses : docker/login-action@v3
9190 with :
9291 registry : ${{ env.REGISTRY }}
93- username : ${{ github.actor }}
92+ username : ${{ github.repository_owner }}
9493 password : ${{ secrets.GITHUB_TOKEN }}
9594
9695 - name : Build and push PHP 8.1 with Xdebug
Original file line number Diff line number Diff line change 4444 uses : docker/login-action@v3
4545 with :
4646 registry : ${{ env.REGISTRY }}
47- username : ${{ github.actor }}
47+ username : ${{ github.repository_owner }}
4848 password : ${{ secrets.GITHUB_TOKEN }}
4949
5050 - name : Build and push PHP 8.2
8989 uses : docker/login-action@v3
9090 with :
9191 registry : ${{ env.REGISTRY }}
92- username : ${{ github.actor }}
92+ username : ${{ github.repository_owner }}
9393 password : ${{ secrets.GITHUB_TOKEN }}
9494
9595 - name : Build and push PHP 8.2 with Xdebug
Original file line number Diff line number Diff line change 4444 uses : docker/login-action@v3
4545 with :
4646 registry : ${{ env.REGISTRY }}
47- username : ${{ github.actor }}
47+ username : ${{ github.repository_owner }}
4848 password : ${{ secrets.GITHUB_TOKEN }}
4949
5050 - name : Build and push PHP 8.3
8989 uses : docker/login-action@v3
9090 with :
9191 registry : ${{ env.REGISTRY }}
92- username : ${{ github.actor }}
92+ username : ${{ github.repository_owner }}
9393 password : ${{ secrets.GITHUB_TOKEN }}
9494
9595 - name : Build and push PHP 8.3 with Xdebug
Original file line number Diff line number Diff line change 4444 uses : docker/login-action@v3
4545 with :
4646 registry : ${{ env.REGISTRY }}
47- username : ${{ github.actor }}
47+ username : ${{ github.repository_owner }}
4848 password : ${{ secrets.GITHUB_TOKEN }}
4949
5050 - name : Build and push PHP 8.4
8989 uses : docker/login-action@v3
9090 with :
9191 registry : ${{ env.REGISTRY }}
92- username : ${{ github.actor }}
92+ username : ${{ github.repository_owner }}
9393 password : ${{ secrets.GITHUB_TOKEN }}
9494
9595 - name : Build and push PHP 8.4 with Xdebug
You can’t perform that action at this time.
0 commit comments