Skip to content

Commit 6c29650

Browse files
authored
Merge pull request #102 from exercism/dependabot/github_actions/docker/login-action-3.6.0
Bump docker/login-action from 3.5.0 to 3.6.0
2 parents 55d513f + 70a925d commit 6c29650

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ jobs:
2727
${{ runner.os }}-buildx-
2828
2929
- name: Login to DockerHub
30-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # 3.5.0
30+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # 3.6.0
3131
with:
3232
username: ${{ secrets.DOCKERHUB_USERNAME }}
3333
password: ${{ secrets.DOCKERHUB_PASSWORD }}
3434

3535
- name: Login to ECR
36-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # 3.5.0
36+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # 3.6.0
3737
with:
3838
registry: ${{ env.ECR_REGISTRY }}
3939
username: ${{ secrets.AWS_ECR_ACCESS_KEY_ID }}

0 commit comments

Comments
 (0)