Skip to content

Commit

Permalink
Merge pull request Backblaze#1007 from reef-technologies/dockerhub_desc
Browse files Browse the repository at this point in the history
update dockerhub description
  • Loading branch information
mjurbanski-reef authored Mar 25, 2024
2 parents 5e84832 + 9d12c5a commit e38f495
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,3 +179,10 @@ jobs:
push: true
tags: ${{ steps.docker_tags_prep.outputs.docker_tags }}
platforms: linux/amd64,linux/arm64
- name: Update Docker Hub Description
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: backblazeit/b2
short-description: "Official Backblaze B2 CLI docker image"
1 change: 1 addition & 0 deletions changelog.d/+cd_dockerhub_desc.infrastructure.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add dockerhub description deployment to CD workflow.

0 comments on commit e38f495

Please sign in to comment.