Skip to content

Commit

Permalink
Fix docker credentials (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
avalonche committed Aug 22, 2023
1 parent 8bf8432 commit fdec299
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
- name: Login to DockerHub
uses: docker/login-action@v2
with:
username: ${{ secrets.FLASHBOTS_DOCKERHUB_TOKEN }}
password: ${{ secrets.FLASHBOTS_DOCKERHUB_USERNAME }}
username: ${{ secrets.FLASHBOTS_DOCKERHUB_USERNAME }}
password: ${{ secrets.FLASHBOTS_DOCKERHUB_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v3
Expand Down

0 comments on commit fdec299

Please sign in to comment.