Skip to content

Commit

Permalink
update dockerhub links (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
solaluset authored Feb 8, 2024
1 parent 2fe406e commit 214bdc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: krutyi4el/dandelion-music
images: ${{ secrets.DOCKERHUB_USERNAME }}/dandelion-music

- name: Build and push Docker image
uses: docker/build-push-action@v5
Expand All @@ -39,4 +39,4 @@ jobs:
DOCKER_USER: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKER_PASS: ${{ secrets.DOCKERHUB_PASSWORD }}
with:
destination_container_repo: krutyi4el/dandelion-music
destination_container_repo: ${{ secrets.DOCKERHUB_USERNAME }}/dandelion-music
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Custom Cookies:

### Docker image

You can find pre-built Docker image at https://hub.docker.com/repository/docker/krutyi4el/dandelion-music/
You can find pre-built Docker image at https://hub.docker.com/repository/docker/solaluset/dandelion-music/

See https://github.com/solaluset/DandelionMusic/wiki/Configuration for description of environment variables.

Expand Down

0 comments on commit 214bdc4

Please sign in to comment.