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 a50eeb1Copy full SHA for a50eeb1
.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@6d4b68b490aef8836e8fb5e50ee7b3bdfa5894f0
34
with:
35
registry: ${{ env.REGISTRY }}
36
username: ${{ github.actor }}
0 commit comments