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 94eaa6b commit 5c3d95dCopy full SHA for 5c3d95d
.github/workflows/deploy.yml
@@ -30,7 +30,7 @@ jobs:
30
restore-keys: |
31
${{ runner.os }}-buildx-
32
- name: Log in to the Container registry
33
- uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
+ uses: docker/login-action@5b7b28b1cc417bbd34cd8c225a957c9ce9adf7f2
34
with:
35
registry: ${{ env.REGISTRY }}
36
username: ${{ github.actor }}
0 commit comments