We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa75303 commit ec79a68Copy full SHA for ec79a68
.github/workflows/build-deployment-container.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Run Perl tests
18
run: docker run -i metacpan/metacpan-web carton exec prove -lr --jobs 2 t
19
- name: Log in to Docker Hub
20
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
21
with:
22
username: ${{ secrets.DOCKER_HUB_USER }}
23
password: ${{ secrets.DOCKER_HUB_TOKEN }}
.github/workflows/build-production-container.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: run Perl tests
0 commit comments