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 3d09234 commit d0a687fCopy full SHA for d0a687f
.github/workflows/php81.yml
@@ -41,16 +41,11 @@ jobs:
41
- name: Set up Docker Buildx
42
uses: docker/setup-buildx-action@v1
43
44
- - name: 'DEBUG'
45
- run: 'echo "$ACTOR"'
46
- env:
47
- ACTOR: ${{ toJson(github) }}
48
-
49
- name: Login to GitHub Container Registry
50
uses: docker/login-action@v3
51
with:
52
registry: ${{ env.REGISTRY }}
53
- username: ${{ github.actor }}
+ username: ${{ github.repository_owner }}
54
password: ${{ secrets.GITHUB_TOKEN }}
55
56
- name: Build and push PHP 8.1
0 commit comments