Skip to content

Commit

Permalink
Merge pull request #39 from exercism/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/login-action-3.0.0

Bump docker/login-action from 2.2.0 to 3.0.0
  • Loading branch information
glennj authored Sep 13, 2023
2 parents 3219c82 + aeae1ab commit a6d38bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:
${{ runner.os }}-buildx-
- name: Login to DockerHub
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # 2.2.0
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # 3.0.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}

- name: Login to ECR
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # 2.2.0
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # 3.0.0
with:
registry: ${{ env.ECR_REGISTRY }}
username: ${{ secrets.AWS_ECR_ACCESS_KEY_ID }}
Expand Down

0 comments on commit a6d38bb

Please sign in to comment.