Skip to content

Commit ec79a68

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 aa75303 commit ec79a68

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-web 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
@@ -16,7 +16,7 @@ jobs:
1616
- name: run Perl tests
1717
run: docker run -i metacpan/metacpan-web carton exec prove -lr --jobs 2 t
1818
- name: Log in to Docker Hub
19-
uses: docker/login-action@v2
19+
uses: docker/login-action@v3
2020
with:
2121
username: ${{ secrets.DOCKER_HUB_USER }}
2222
password: ${{ secrets.DOCKER_HUB_TOKEN }}

0 commit comments

Comments
 (0)