Skip to content

Commit 4fe8c8d

Browse files
committed
Push via api
1 parent 4ee8322 commit 4fe8c8d

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

.github/workflows/build-containers.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,14 @@ jobs:
4747
tags: ${{ steps.meta.outputs.tags }}
4848
push: true
4949

50+
- name: List files
51+
run: ls -la docker-compose/
52+
53+
- name: Readme content
54+
run: cat docker-compose/README.md
55+
5056
- name: Push README (API)
51-
if: false
57+
if: true
5258
run: |
5359
TOKEN=$(curl -s -X POST \
5460
-H "Content-Type: application/json" \
@@ -63,11 +69,8 @@ jobs:
6369
-d "{\"full_description\": ${README_CONTENT}}" \
6470
https://hub.docker.com/v2/repositories/flowforge/forge-docker
6571
66-
- name: List files
67-
run: ls -la docker-compose/
68-
6972
- name: Push README
70-
if: true
73+
if: false
7174
uses: peter-evans/dockerhub-description@1b9a80c056b620d92cedb9d9b5a223409c68ddfa # v5.0.0
7275
with:
7376
repository: flowforge/forge-docker

0 commit comments

Comments
 (0)