Skip to content

Commit 5da8a09

Browse files
committed
Upload shorter readme
1 parent f521c16 commit 5da8a09

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

.github/workflows/build-containers.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ jobs:
3535
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
3636
with:
3737
username: flowforge
38-
password: ${{ secrets.FLOWFORGE_DOCKER_HUB_TOKEN }}
38+
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
3939

4040
- name: List Docker Hub repositories
4141
run: |
4242
curl -s -H "Authorization: JWT $(curl -s -X POST \
4343
-H "Content-Type: application/json" \
44-
-d '{"username": "flowforge", "password": "${{ secrets.FLOWFORGE_DOCKER_HUB_TOKEN }}"}' \
44+
-d '{"username": "flowforge", "password": "${{ secrets.DOCKER_HUB_PASSWORD }}"}' \
4545
https://hub.docker.com/v2/users/login/ | jq -r .token)" \
4646
"https://hub.docker.com/v2/repositories/flowforge/?page_size=100" | jq -r '.results[].name'
4747
@@ -59,10 +59,10 @@ jobs:
5959
run: |
6060
TOKEN=$(curl -s -X POST \
6161
-H "Content-Type: application/json" \
62-
-d '{"username": "flowforge", "password": "${{ secrets.FLOWFORGE_DOCKER_HUB_TOKEN }}"}' \
62+
-d '{"username": "flowforge", "password": "${{ secrets.DOCKER_HUB_PASSWORD }}"}' \
6363
https://hub.docker.com/v2/users/login/ | jq -r .token)
6464
65-
README_CONTENT=$(cat docker-compose/README.md | jq -Rs .)
65+
README_CONTENT=$(cat docker-compose/README2.md | jq -Rs .)
6666
6767
curl -X PATCH \
6868
-H "Authorization: Bearer ${TOKEN}" \
@@ -80,6 +80,7 @@ jobs:
8080
readme-filepath: docker-compose/README.md
8181

8282
- name: Push README flowfuse
83+
if: false
8384
uses: peter-evans/dockerhub-description@1b9a80c056b620d92cedb9d9b5a223409c68ddfa # v5.0.0
8485
with:
8586
repository: flowfuse/forge-docker

README2.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# FlowFuse Docker Compose
2+
3+
An example Docker Compose project to run FlowFuse
4+

0 commit comments

Comments
 (0)