Skip to content

Commit

Permalink
Update gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shanefontaine committed May 21, 2024
1 parent a74c5a0 commit a62790c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASS }}
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Push Hop Subgraph Docker image to Docker Hub
run: |
Expand Down

0 comments on commit a62790c

Please sign in to comment.