update docker docs: filter on github.repository_owner == 'crowdsecurity' (#1511)
This commit is contained in:
parent
fbcb2ed7fd
commit
afbdcd520b
1 changed files with 2 additions and 0 deletions
2
.github/workflows/update_docker_hub_doc.yml
vendored
2
.github/workflows/update_docker_hub_doc.yml
vendored
|
@ -14,9 +14,11 @@ jobs:
|
|||
-
|
||||
name: Check out the repo
|
||||
uses: actions/checkout@v3
|
||||
if: ${{ github.repository_owner == 'crowdsecurity' }}
|
||||
-
|
||||
name: Update docker hub README
|
||||
uses: ms-jpq/sync-dockerhub-readme@v1
|
||||
if: ${{ github.repository_owner == 'crowdsecurity' }}
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
|
Loading…
Reference in a new issue