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 313c74b commit 89c0e95Copy full SHA for 89c0e95
.github/workflows/deploy-website-prod.yml
@@ -30,7 +30,7 @@ jobs:
30
uses: actions/checkout@v3
31
32
- name: Log in to the Container registry
33
- uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
+ uses: docker/login-action@65c0768122147b63190ddda25aa21f81640cf5f3
34
with:
35
registry: ${{ env.REGISTRY }}
36
username: ${{ github.actor }}
0 commit comments