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 8e27a50 commit f319c7fCopy full SHA for f319c7f
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: Login to DockerHub
37
if: github.event_name != 'pull_request'
38
- uses: docker/login-action@v1
+ uses: docker/login-action@v2
39
with:
40
username: ${{ secrets.DOCKER_USER }}
41
password: ${{ secrets.DOCKER_PASSWORD }}
0 commit comments