mirror of
https://github.com/krateng/maloja.git
synced 2026-05-05 15:30:42 +00:00
Automated Dockerhub Readme updates
This commit is contained in:
parent
a24e26678a
commit
3d573b10f9
3 changed files with 10 additions and 0 deletions
8
.github/workflows/dockerhub.yml
vendored
8
.github/workflows/dockerhub.yml
vendored
|
|
@ -38,3 +38,11 @@ jobs:
|
|||
push: ${{ github.event_name != 'pull_request' }}
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
||||
- name: Update Readme and short description
|
||||
uses: peter-evans/dockerhub-description@v2
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }}
|
||||
repository: krateng/maloja
|
||||
short-description: ${{ github.event.repository.description }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue