commit
a9650b4b21
2 changed files with 33 additions and 1 deletions
32
.github/workflows/docker-readme.yml
vendored
Normal file
32
.github/workflows/docker-readme.yml
vendored
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
name: DockerHub-README
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
paths:
|
||||
- 'README.md'
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
paths:
|
||||
- 'README.md'
|
||||
|
||||
env:
|
||||
IMAGE_NAME: watchyourlan
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Sync README.md to DockerHub
|
||||
uses: ms-jpq/sync-dockerhub-readme@v1
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
repository: ${{ secrets.DOCKER_USERNAME }}/${{ env.IMAGE_NAME }}
|
||||
readme: "./README.md"
|
||||
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
# WatchYourLAN
|
||||
|
||||
[](https://github.com/aceberg/WatchYourLAN/actions/workflows/arm-docker-publish.yml)
|
||||
[](https://github.com/aceberg/WatchYourLAN/actions/workflows/main-docker-all.yml)
|
||||

|
||||
|
||||
Lightweight network IP scanner with web GUI
|
||||
|
|
|
|||
Loading…
Reference in a new issue