From 25ac7fdab79eb0f383c699cd8ef95ce9691cbefe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 14:59:06 -0500 Subject: [PATCH] Bump peter-evans/dockerhub-description from 3.4.2 to 4.0.0 (#1858) Bumps [peter-evans/dockerhub-description](https://github.com/peter-evans/dockerhub-description) from 3.4.2 to 4.0.0. Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 2d1e5a67bc..8566e86487 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -882,7 +882,7 @@ jobs: ${{env.DOCKER_HUB_PROFILE}}/${{env.IMAGE_NAME}}-${{matrix.network}}:latest - name: Update DockerHub Description if: env.TEST_RUN != 'true' - uses: peter-evans/dockerhub-description@dc67fad7001ef9e8e3c124cb7a64e16d0a63d864 + uses: peter-evans/dockerhub-description@e98e4d1628a5f3be2be7c231e50981aee98723ae with: username: ${{secrets.DOCKERHUB_USERNAME_FC}} password: ${{secrets.DOCKERHUB_TOKEN_FC}} @@ -981,7 +981,7 @@ jobs: ${{env.DOCKER_HUB_PROFILE}}/${{matrix.node}}:latest - name: Update DockerHub Description if: env.TEST_RUN != 'true' - uses: peter-evans/dockerhub-description@dc67fad7001ef9e8e3c124cb7a64e16d0a63d864 + uses: peter-evans/dockerhub-description@e98e4d1628a5f3be2be7c231e50981aee98723ae with: username: ${{secrets.DOCKERHUB_USERNAME_FC}} password: ${{secrets.DOCKERHUB_TOKEN_FC}}