Skip to content

Commit

Permalink
misc(ci): Update description on Docker hub for cubestore
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr committed Nov 16, 2020
1 parent d4c2446 commit 375eb03
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/rust-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,11 @@ jobs:
org.opencontainers.image.version=${{ steps.prep.outputs.version }}
org.opencontainers.image.created=${{ steps.prep.outputs.created }}
org.opencontainers.image.revision=${{ github.sha }}
org.opencontainers.image.licenses=${{ fromJson(steps.repo.outputs.result).license.spdx_id }}
org.opencontainers.image.licenses=${{ fromJson(steps.repo.outputs.result).license.spdx_id }}
- name: Update repo description
uses: peter-evans/dockerhub-description@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: cubejs/cubestore
readme-filepath: ./rust/README.md

0 comments on commit 375eb03

Please sign in to comment.