diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4af191e..0ba65b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: - self-hosted steps: - uses: actions/checkout@v2 - - uses: peter-evans/dockerhub-description@v2 + - uses: peter-evans/dockerhub-description@v2.4.2 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }}