diff --git a/.github/workflows/dockerhub-description.yml b/.github/workflows/dockerhub-description.yml index 2eb1077..cf9a77b 100644 --- a/.github/workflows/dockerhub-description.yml +++ b/.github/workflows/dockerhub-description.yml @@ -21,5 +21,5 @@ jobs: with: username: ${{ secrets.DOCKER_HUB_USERNAME }} password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }} - repository: ${{ vars.DOCKER_HUB_REPO }} + repository: ${{ secrets.DOCKER_HUB_REPO }} short-description: ${{ github.event.repository.description }}