Skip to content

Commit 2c7a0a3

Browse files
authored
Merge pull request #1198 from metacpan/dependabot/github_actions/docker/login-action-3
Bump docker/login-action from 2 to 3
2 parents 994a75f + 31f865b commit 2c7a0a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-deployment-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: run Perl tests
1818
run: docker run -i metacpan/metacpan-api carton exec prove -lr --jobs 2 t
1919
- name: Log in to Docker Hub
20-
uses: docker/login-action@v2
20+
uses: docker/login-action@v3
2121
with:
2222
username: ${{ secrets.DOCKER_HUB_USER }}
2323
password: ${{ secrets.DOCKER_HUB_TOKEN }}

.github/workflows/build-production-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: docker build
1616
run: docker build . -t metacpan/metacpan-api:latest
1717
- name: Login to Docker Hub
18-
uses: docker/login-action@v2
18+
uses: docker/login-action@v3
1919
with:
2020
username: ${{ secrets.DOCKER_HUB_USER }}
2121
password: ${{ secrets.DOCKER_HUB_TOKEN }}

0 commit comments

Comments
 (0)