mirror of
https://github.com/nicolabs/nicobot.git
synced 2026-05-21 11:57:34 +02:00
+ fixed : update repo action was missing the README.md file
This commit is contained in:
parent
2fc57944f1
commit
dd6504bb59
5
.github/workflows/dockerhub.yml
vendored
5
.github/workflows/dockerhub.yml
vendored
|
|
@ -190,7 +190,10 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
# https://github.com/marketplace/actions/build-and-push-docker-images#update-dockerhub-repo-description
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
# https://github.com/peter-evans/dockerhub-description
|
||||
- name: Update repo description
|
||||
uses: peter-evans/dockerhub-description@v2
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue