From f13de6c78925ead3562e83c4269a84d4ea744685 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2020 13:00:13 +0200 Subject: [PATCH] ci(deps): bump peter-evans/dockerhub-description from v2.1.1 to v2.2.0 (#11) Bumps [peter-evans/dockerhub-description](https://github.com/peter-evans/dockerhub-description) from v2.1.1 to v2.2.0. - [Release notes](https://github.com/peter-evans/dockerhub-description/releases) - [Commits](https://github.com/peter-evans/dockerhub-description/compare/v2.1.1...382a87f45279426ba483aab1331ab8cbb295e138) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 983f173..e9a7a91 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -67,7 +67,7 @@ jobs: - name: "Update Docker Hub description" if: env.RELEASE_VERSION != '' - uses: peter-evans/dockerhub-description@v2.1.1 + uses: peter-evans/dockerhub-description@v2.2.0 env: DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}