We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ee8322 commit 4fe8c8dCopy full SHA for 4fe8c8d
1 file changed
.github/workflows/build-containers.yml
@@ -47,8 +47,14 @@ jobs:
47
tags: ${{ steps.meta.outputs.tags }}
48
push: true
49
50
+ - name: List files
51
+ run: ls -la docker-compose/
52
+
53
+ - name: Readme content
54
+ run: cat docker-compose/README.md
55
56
- name: Push README (API)
- if: false
57
+ if: true
58
run: |
59
TOKEN=$(curl -s -X POST \
60
-H "Content-Type: application/json" \
@@ -63,11 +69,8 @@ jobs:
63
69
-d "{\"full_description\": ${README_CONTENT}}" \
64
70
https://hub.docker.com/v2/repositories/flowforge/forge-docker
65
71
66
- - name: List files
67
- run: ls -la docker-compose/
68
-
72
- name: Push README
- if: true
73
+ if: false
74
uses: peter-evans/dockerhub-description@1b9a80c056b620d92cedb9d9b5a223409c68ddfa # v5.0.0
75
with:
76
repository: flowforge/forge-docker
0 commit comments