From 602688f914f7a714f020a902546d766b7d6a562a Mon Sep 17 00:00:00 2001 From: shana Date: Wed, 16 Aug 2023 03:41:30 +1000 Subject: [PATCH] Update env var for docker creds --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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