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 eaac73f commit 03a5804Copy full SHA for 03a5804
.github/workflows/publish-php-debug-images.yml
@@ -30,7 +30,7 @@ jobs:
30
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
31
32
- name: Login to GitHub Container Registry
33
- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
+ uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
34
with:
35
registry: ghcr.io
36
username: ${{ github.repository_owner }}
0 commit comments