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 fced3d0 commit 3adf8d0Copy full SHA for 3adf8d0
1 file changed
.github/workflows/deploy_docker.yaml
@@ -14,7 +14,7 @@ jobs:
14
uses: actions/checkout@v3
15
16
- name: Log in to Docker Hub
17
- uses: docker/login-action@v1
+ uses: docker/login-action@v2
18
with:
19
username: ${{ secrets.DOCKER_USERNAME }}
20
password: ${{ secrets.DOCKER_PASSWORD }}
0 commit comments