mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-10 08:20:58 +00:00
Undo Docker documentation from CI
It's currently not supported to update docs with a Dockerhub token. See https://github.com/lycheeverse/lychee/pull/325.
This commit is contained in:
parent
d83d36788f
commit
dd667a656c
1 changed files with 0 additions and 7 deletions
7
.github/workflows/docker.yml
vendored
7
.github/workflows/docker.yml
vendored
|
|
@ -21,10 +21,3 @@ jobs:
|
|||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
snapshot: true
|
||||
tag_semver: true
|
||||
- name: Update DockerHub description
|
||||
uses: peter-evans/dockerhub-description@v2
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
repository: lycheeverse/lychee
|
||||
readme-filepath: README.md
|
||||
|
|
|
|||
Loading…
Reference in a new issue