mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Disabled dockerhub docs update, peter-evans/dockerhub-description#10
This commit is contained in:
parent
ec5723d2b3
commit
447d31b44e
15
.github/workflows/dockerhub.yml
vendored
15
.github/workflows/dockerhub.yml
vendored
@ -39,10 +39,11 @@ jobs:
|
||||
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 }}
|
||||
# skipping this until https://github.com/peter-evans/dockerhub-description/issues/10 is fixed
|
||||
# - 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…
Reference in New Issue
Block a user