Skip to content

Commit 31f865b

Browse files
Bump docker/login-action from 2 to 3
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v2...v3) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2f7ca47 commit 31f865b

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)