Skip to content

Commit

Permalink
Do not update README on Docker Hub. Does not work with Personal Acces…
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmachine committed Mar 23, 2021
1 parent 16e7358 commit e6e0eeb
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,18 +76,3 @@ jobs:
--amend ${{ env.DOCKER_REPO }}:sha-${{ github.sha }}-${{ matrix.os }}-arm64 \
--amend ${{ env.DOCKER_REPO }}:sha-${{ github.sha }}-${{ matrix.os }}-x64
docker manifest push ${{ env.DOCKER_REPO }}:sha-${{ github.sha }}-${{ matrix.os }}
readme:
runs-on:
- self-hosted
needs: manifest
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Update README
uses: peter-evans/dockerhub-description@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: interaction/buildpack-deps

0 comments on commit e6e0eeb

Please sign in to comment.