Skip to content

Commit e740d49

Browse files
committed
Add full path to readme2
1 parent 458627e commit e740d49

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build-containers.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,17 @@ jobs:
6363
-d "{\"full_description\": ${README_CONTENT}}" \
6464
https://hub.docker.com/v2/repositories/flowforge/forge-docker
6565
66+
- name: List files
67+
run: ls -la docker-compose/
68+
6669
- name: Push README
6770
if: true
6871
uses: peter-evans/dockerhub-description@1b9a80c056b620d92cedb9d9b5a223409c68ddfa # v5.0.0
6972
with:
7073
repository: flowforge/forge-docker
7174
username: flowforge
7275
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
73-
readme-filepath: docker-compose/README2.md
76+
readme-filepath: ${github.workspace}/docker-compose/README2.md
7477

7578
- name: Push README flowfuse
7679
if: false

0 commit comments

Comments
 (0)