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.
2 parents 55d513f + 70a925d commit 6c29650Copy full SHA for 6c29650
1 file changed
.github/workflows/docker.yml
@@ -27,13 +27,13 @@ jobs:
27
${{ runner.os }}-buildx-
28
29
- name: Login to DockerHub
30
- uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # 3.5.0
+ uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # 3.6.0
31
with:
32
username: ${{ secrets.DOCKERHUB_USERNAME }}
33
password: ${{ secrets.DOCKERHUB_PASSWORD }}
34
35
- name: Login to ECR
36
37
38
registry: ${{ env.ECR_REGISTRY }}
39
username: ${{ secrets.AWS_ECR_ACCESS_KEY_ID }}
0 commit comments