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 9c059e0 commit 566e052Copy full SHA for 566e052
.github/workflows/publish-smoke-test-fake-backend-images.yml
@@ -67,9 +67,9 @@ jobs:
67
java-version-file: .java-version
68
69
- name: Login to GitHub package registry
70
- uses: azure/docker-login@15c4aadf093404726ab2ff205b2cdd33fa6d054c # v2
+ uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
71
with:
72
- login-server: ghcr.io
+ registry: ghcr.io
73
username: ${{ github.repository_owner }}
74
password: ${{ secrets.GITHUB_TOKEN }}
75
0 commit comments