Skip to content

Commit

Permalink
Comment out meedamian/sync-readme for now…
Browse files Browse the repository at this point in the history
  • Loading branch information
meeDamian committed Dec 12, 2019
1 parent 9a674b1 commit bc3bae4
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,12 +282,13 @@ jobs:
- name: Push manifest
run: docker manifest push "${SLUG}:${VERSION}"

- name: Sync README.md and Description to Docker Hub
uses: meeDamian/[email protected]
with:
pass: ${{secrets.DOCKER_TOKEN}}
slug: ${{env.SLUG}}
description: true
# Commented out due to changes in Docker Hub API, making it impossible to do it programmatically as of right now :(.
# - name: Sync README.md and Description to Docker Hub
# uses: meeDamian/[email protected]
# with:
# pass: ${{secrets.DOCKER_TOKEN}}
# slug: ${{env.SLUG}}
# description: true

- name: Download binaries from prev job
uses: actions/[email protected]
Expand Down

0 comments on commit bc3bae4

Please sign in to comment.