From 1831fded9ae3dc2ead007e535f5359972fea0388 Mon Sep 17 00:00:00 2001 From: Jay Rogers Date: Wed, 28 Aug 2024 18:16:07 -0500 Subject: [PATCH] Fixed readme auth --- .github/workflows/publish_docker-images-production.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish_docker-images-production.yml b/.github/workflows/publish_docker-images-production.yml index 85ed7a6..4299309 100644 --- a/.github/workflows/publish_docker-images-production.yml +++ b/.github/workflows/publish_docker-images-production.yml @@ -28,10 +28,10 @@ jobs: - name: push README to Dockerhub uses: christian-korneck/update-container-description-action@v1 env: - DOCKER_USER: ${{ secrets.DOCKER_HUB_README_USERNAME }} - DOCKER_PASS: ${{ secrets.DOCKER_HUB_README_PASSWORD }} + DOCKER_USER: ${{ secrets.DOCKER_HUB_USERNAME }} + DOCKER_PASS: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }} with: destination_container_repo: serversideup/proftpd provider: dockerhub - short_description: 'A simple and lightweight mkpasswd image based on Alpine. Great for generating password hashes.' + short_description: 'A simple and lightweight ProFTPD image based on Ubuntu 22.04. If you are a poor soul like us who needed a FTP server for a legacy integration, this might be for you.' readme_file: 'README.md' \ No newline at end of file