1
0
Fork 0
mirror of synced 2024-05-16 18:32:41 +12:00

Update docker.yml

This commit is contained in:
Nick Sweeting 2024-02-08 00:47:48 -08:00 committed by GitHub
parent eb62b44036
commit f5aaeb6de7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -85,8 +85,8 @@ jobs:
- name: Update README
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: archivebox/archivebox
# This ugly bit is necessary if you don't want your cache to grow forever