Skip to content

Commit

Permalink
workflow(goreleaser): disable updating docker hub readme
Browse files Browse the repository at this point in the history
do this manually until their api allows using PAT

releated: docker/hub-tool#172
  • Loading branch information
aymanbagabas committed Nov 18, 2021
1 parent 8003ec2 commit 2f0fdf9
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,13 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Update Docker Hub Readme
uses: christian-korneck/update-container-description-action@v1
with:
destination_container_repo: charmcli/soft-serve
provider: dockerhub
short_description: "A tasty Git server 🍦"
readme_file: "README.md"
# - name: Update Docker Hub Readme
# uses: christian-korneck/update-container-description-action@v1
# env:
# DOCKER_USER: ${{ secrets.DOCKERHUB_USERNAME }}
# DOCKER_PASS: ${{ secrets.DOCKERHUB_TOKEN }}
# with:
# destination_container_repo: charmcli/soft-serve
# provider: dockerhub
# short_description: "A tasty Git server 🍦"
# readme_file: "README.md"

0 comments on commit 2f0fdf9

Please sign in to comment.