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 1d09dbd commit 8bf8432Copy full SHA for 8bf8432
.github/workflows/release.yml
@@ -42,8 +42,8 @@ jobs:
42
- name: Login to DockerHub
43
uses: docker/login-action@v2
44
with:
45
- username: ${{ secrets.DOCKERHUB_USERNAME }}
46
- password: ${{ secrets.DOCKERHUB_TOKEN }}
+ username: ${{ secrets.FLASHBOTS_DOCKERHUB_TOKEN }}
+ password: ${{ secrets.FLASHBOTS_DOCKERHUB_USERNAME }}
47
48
- name: Build and push
49
uses: docker/build-push-action@v3
0 commit comments