Suwayomi / docker-tachidesk

Run Suwayomi-Server in a docker container
Mozilla Public License 2.0
224 stars 56 forks source link

Docker Hub #30

Open Sonny-Crockett opened 1 year ago

Sonny-Crockett commented 1 year ago

Is it possible for you to upload or update the/an image on docker Hub with this one?

TheAsianRamen commented 1 month ago

I know this is old but I would like to second this, I'm trying to install this on DSM 7.2.1 and I've had no luck trying to give my user access to the docker.sock to run the docker pulls.

You should be able to publish to docker hub the same time you publish to github using secrets for your docker hub username and password.

for a quick example for this would be

name: Push to Docker Hub uses: docker/build-push-action@v1 with: username: ${{ secrets.dockerhub_username }} password: ${{ secrets.dockerhub_password }} repository: Suwayomi/docker-tachidesk tags: latest, ${{ github.run_number }}