ci: update docker hub containers description
This commit is contained in:
parent
32e0c2a15e
commit
90d682a799
|
@ -22,6 +22,15 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Update Docker Hub description
|
||||||
|
if: github.event_name == 'push'
|
||||||
|
uses: peter-evans/dockerhub-description@v3
|
||||||
|
with:
|
||||||
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
repository: libretime/libretime-${{ matrix.target }}
|
||||||
|
readme-filepath: ./README.md
|
||||||
|
|
||||||
- uses: docker/metadata-action@v4
|
- uses: docker/metadata-action@v4
|
||||||
id: meta
|
id: meta
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue