Skip to content

Commit 8bf8432

Browse files
authored
Update env var for docker creds (ethereum#98)
1 parent 1d09dbd commit 8bf8432

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
- name: Login to DockerHub
4343
uses: docker/login-action@v2
4444
with:
45-
username: ${{ secrets.DOCKERHUB_USERNAME }}
46-
password: ${{ secrets.DOCKERHUB_TOKEN }}
45+
username: ${{ secrets.FLASHBOTS_DOCKERHUB_TOKEN }}
46+
password: ${{ secrets.FLASHBOTS_DOCKERHUB_USERNAME }}
4747

4848
- name: Build and push
4949
uses: docker/build-push-action@v3

0 commit comments

Comments
 (0)