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 25cf5be commit 0ba7ee1Copy full SHA for 0ba7ee1
.github/workflows/build.yml
@@ -35,7 +35,7 @@ jobs:
35
bash ci-build/docker-run.sh "$GITHUB_WORKSPACE/html" output
36
- name: Docker login
37
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
38
- uses: docker/login-action@v1
+ uses: docker/login-action@v2
39
with:
40
username: ${{ secrets.DOCKER_HUB_USERNAME }}
41
password: ${{ secrets.DOCKER_HUB_TOKEN }}
0 commit comments