Update README on Docker Hub when docker is built

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

View file

@ -82,6 +82,13 @@ jobs:
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
- name: Update README
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
repository: archivebox/archivebox
# This ugly bit is necessary if you don't want your cache to grow forever
# until it hits GitHub's limit of 5GB.
# Temp fix