File tree 4 files changed +7
-8
lines changed
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
3
3
4
4
# Configures this workflow to run every time a release is created.
5
5
on :
6
- push :
7
6
release :
8
7
types :
9
8
- created
90
89
uses : docker/login-action@v3
91
90
with :
92
91
registry : ${{ env.REGISTRY }}
93
- username : ${{ github.actor }}
92
+ username : ${{ github.repository_owner }}
94
93
password : ${{ secrets.GITHUB_TOKEN }}
95
94
96
95
- name : Build and push PHP 8.1 with Xdebug
Original file line number Diff line number Diff line change 44
44
uses : docker/login-action@v3
45
45
with :
46
46
registry : ${{ env.REGISTRY }}
47
- username : ${{ github.actor }}
47
+ username : ${{ github.repository_owner }}
48
48
password : ${{ secrets.GITHUB_TOKEN }}
49
49
50
50
- name : Build and push PHP 8.2
89
89
uses : docker/login-action@v3
90
90
with :
91
91
registry : ${{ env.REGISTRY }}
92
- username : ${{ github.actor }}
92
+ username : ${{ github.repository_owner }}
93
93
password : ${{ secrets.GITHUB_TOKEN }}
94
94
95
95
- name : Build and push PHP 8.2 with Xdebug
Original file line number Diff line number Diff line change 44
44
uses : docker/login-action@v3
45
45
with :
46
46
registry : ${{ env.REGISTRY }}
47
- username : ${{ github.actor }}
47
+ username : ${{ github.repository_owner }}
48
48
password : ${{ secrets.GITHUB_TOKEN }}
49
49
50
50
- name : Build and push PHP 8.3
89
89
uses : docker/login-action@v3
90
90
with :
91
91
registry : ${{ env.REGISTRY }}
92
- username : ${{ github.actor }}
92
+ username : ${{ github.repository_owner }}
93
93
password : ${{ secrets.GITHUB_TOKEN }}
94
94
95
95
- name : Build and push PHP 8.3 with Xdebug
Original file line number Diff line number Diff line change 44
44
uses : docker/login-action@v3
45
45
with :
46
46
registry : ${{ env.REGISTRY }}
47
- username : ${{ github.actor }}
47
+ username : ${{ github.repository_owner }}
48
48
password : ${{ secrets.GITHUB_TOKEN }}
49
49
50
50
- name : Build and push PHP 8.4
89
89
uses : docker/login-action@v3
90
90
with :
91
91
registry : ${{ env.REGISTRY }}
92
- username : ${{ github.actor }}
92
+ username : ${{ github.repository_owner }}
93
93
password : ${{ secrets.GITHUB_TOKEN }}
94
94
95
95
- name : Build and push PHP 8.4 with Xdebug
You can’t perform that action at this time.
0 commit comments