From 9d45928bd727cb66d0898956d085208797c1efd8 Mon Sep 17 00:00:00 2001 From: Travis Shivers Date: Tue, 27 Oct 2020 13:20:21 -0500 Subject: [PATCH] ci(release): use new dockerhub-description format This will fix the reported action release failures --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 08fd5116..7f23f5dd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -217,10 +217,10 @@ jobs: - name: Update repo description uses: peter-evans/dockerhub-description@v2.4.1 - env: - DOCKERHUB_USERNAME: ${{ secrets.DOCKER_USERNAME }} - DOCKERHUB_PASSWORD: ${{ secrets.DOCKER_PASSWORD }} - DOCKERHUB_REPOSITORY: ${{ matrix.docker-image }} + with: + username: ${{ secrets.DOCKER_USERNAME }} + password: ${{ secrets.DOCKER_PASSWORD }} + repository: ${{ matrix.docker-image }} - name: Inspect run: |