docker-tachidesk icon indicating copy to clipboard operation
docker-tachidesk copied to clipboard

Docker Hub

Open Sonny-Crockett opened this issue 1 year ago • 1 comments

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

Sonny-Crockett avatar May 06 '23 05:05 Sonny-Crockett

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 }}

TheAsianRamen avatar Jul 30 '24 17:07 TheAsianRamen