Skip to content

Commit

Permalink
Merge pull request #1198 from metacpan/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/login-action-3

Bump docker/login-action from 2 to 3
  • Loading branch information
oalders authored Apr 27, 2024
2 parents 994a75f + 31f865b commit 2c7a0a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-deployment-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: run Perl tests
run: docker run -i metacpan/metacpan-api carton exec prove -lr --jobs 2 t
- name: Log in to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_HUB_USER }}
password: ${{ secrets.DOCKER_HUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-production-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: docker build
run: docker build . -t metacpan/metacpan-api:latest
- name: Login to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_HUB_USER }}
password: ${{ secrets.DOCKER_HUB_TOKEN }}
Expand Down

0 comments on commit 2c7a0a3

Please sign in to comment.