diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 799e106a5c..d0e73cfd00 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,8 +42,8 @@ jobs: - name: Login to DockerHub uses: docker/login-action@v2 with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_TOKEN }} + username: ${{ secrets.FLASHBOTS_DOCKERHUB_TOKEN }} + password: ${{ secrets.FLASHBOTS_DOCKERHUB_USERNAME }} - name: Build and push uses: docker/build-push-action@v3