Update ci.yml
This commit is contained in:
parent
ab8bf8fa62
commit
45bbc8af42
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -28,3 +28,9 @@ jobs:
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7
|
||||
push: true
|
||||
tags: ${{ secrets.DOCKERHUB_USERNAME }}/xiaomusic:${{ github.ref_name }}
|
||||
- name: Docker Hub Description
|
||||
uses: peter-evans/dockerhub-description@v4
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
repository: peterevans/dockerhub-description
|
||||
|
Loading…
Reference in New Issue
Block a user