Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Steiner <[email protected]>
  • Loading branch information
Robert-Steiner committed Aug 28, 2024
1 parent 7ae2770 commit 75eda97
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/workflows/docker-readme.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: Update Docker READMEs

on:
push:

jobs:


update:
if: ${{ github.repository == 'adap/flower' }}
name: Update Docker READMEs
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- uses: dorny/paths-filter@v3
id: filter
with:
list-files: "json"
filters: |
readme:
- 'src/docker/**/README.md'
- run: echo ${{ steps.filter.outputs.readme_files }}

# - name: Docker Hub Description
# uses: peter-evans/dockerhub-description@e98e4d1628a5f3be2be7c231e50981aee98723ae # v4.0.0
# with:
# repository: flwr/
# readme-filepath:
# username: ${{ secrets.DOCKERHUB_USERNAME }}
# password: ${{ secrets.DOCKERHUB_TOKEN }}

22 changes: 22 additions & 0 deletions src/docker/clientapp/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Flower ClientApp

<p align="center">
<a href="https://flower.ai/">
<img src="https://flower.ai/_next/image/?url=%2F_next%2Fstatic%2Fmedia%2Fflower_white_border.c2012e70.png&w=640&q=75" width="140px" alt="Flower Website" />
</a>
</p>

## Quick reference

- **Learn more:**<br>
[Flower Docs](https://flower.ai/docs/framework/how-to-run-flower-using-docker.html)

- **Where to get help:**<br>
[Flower Discuss](https://discuss.flower.ai), [Slack](https://flower.ai/join-slack) or [GitHub](https://github.com/adap/flower)

- **Supported architectures:**<br>
`amd64`, `arm64v8`

## Supported tags

- `nightly`, `<version>.dev<YYYYMMDD>` e.g. `1.11.0.dev20240724`

0 comments on commit 75eda97

Please sign in to comment.