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 a4cad1a commit 44b4b4dCopy full SHA for 44b4b4d
.github/workflows/ci.yml
@@ -437,10 +437,10 @@ jobs:
437
docker build -t codecompass:web -t modelcpp/codecompass:${BRANCH_PREFIX}web-pgsql --file docker/web/Dockerfile --no-cache .
438
439
- name: Login to DockerHub
440
- uses: docker/login-action@v1
+ uses: docker/login-action@v2
441
with:
442
- username: ${{ secrets.DOCKER_USERNAME }}
443
- password: ${{ secrets.DOCKER_PASSWORD }}
+ username: ${{ secrets.DOCKERHUB_USERNAME }}
+ password: ${{ secrets.DOCKERHUB_TOKEN }}
444
445
- name: Push images
446
run: |
0 commit comments