Skip to content

Commit

Permalink
Fixed readme auth
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydrogers committed Aug 28, 2024
1 parent 602e2cc commit 1831fde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish_docker-images-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 1831fde

Please sign in to comment.