1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00
This commit is contained in:
krateng 2022-04-05 16:08:13 +02:00
parent ec5723d2b3
commit 447d31b44e

View File

@ -39,10 +39,11 @@ jobs:
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
- name: Update Readme and short description # skipping this until https://github.com/peter-evans/dockerhub-description/issues/10 is fixed
uses: peter-evans/dockerhub-description@v2 # - name: Update Readme and short description
with: # uses: peter-evans/dockerhub-description@v2
username: ${{ secrets.DOCKERHUB_USERNAME }} # with:
password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }} # username: ${{ secrets.DOCKERHUB_USERNAME }}
repository: krateng/maloja # password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }}
short-description: ${{ github.event.repository.description }} # repository: krateng/maloja
# short-description: ${{ github.event.repository.description }}