Skip to content

Commit

Permalink
推送docker修改
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxi committed Jan 27, 2024
1 parent 358f7cc commit 2a59d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ github.ref_name }}, latest, stable
tags: ${{ secrets.DOCKERHUB_USERNAME }}/xiaomusic:${{ github.ref_name }}, ${{ secrets.DOCKERHUB_USERNAME }}/xiaomusic:latest, ${{ secrets.DOCKERHUB_USERNAME }}/xiaomusic:stable

0 comments on commit 2a59d1f

Please sign in to comment.