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 582afb6 commit ce23fdeCopy full SHA for ce23fde
.github/workflows/build-vllm-image.yml
@@ -33,6 +33,11 @@ jobs:
33
registry: ghcr.io
34
username: ${{ github.actor }}
35
password: ${{ secrets.GITHUB_TOKEN }}
36
+ - name: Login to DockerHub
37
+ uses: docker/login-action@v3
38
+ with:
39
+ username: ${{ secrets.DOCKERHUB_USERNAME }}
40
+ password: ${{ secrets.DOCKERHUB_PASSWORD }}
41
-
42
name: Build and push
43
uses: docker/build-push-action@v6
0 commit comments