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 ee5b5e0Copy full SHA for ee5b5e0
.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@3d100841f68d4548bf57e52eb27bd33ec5069f55
34
with:
35
registry: ${{ env.REGISTRY }}
36
username: ${{ github.actor }}
0 commit comments