Skip to content

Commit d0a687f

Browse files
committed
Debug runs
1 parent 3d09234 commit d0a687f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/php81.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,11 @@ jobs:
4141
- name: Set up Docker Buildx
4242
uses: docker/setup-buildx-action@v1
4343

44-
- name: 'DEBUG'
45-
run: 'echo "$ACTOR"'
46-
env:
47-
ACTOR: ${{ toJson(github) }}
48-
4944
- name: Login to GitHub Container Registry
5045
uses: docker/login-action@v3
5146
with:
5247
registry: ${{ env.REGISTRY }}
53-
username: ${{ github.actor }}
48+
username: ${{ github.repository_owner }}
5449
password: ${{ secrets.GITHUB_TOKEN }}
5550

5651
- name: Build and push PHP 8.1

0 commit comments

Comments
 (0)