From e8142835bd4a3b30ca3659740fcd9ba86f41bfca Mon Sep 17 00:00:00 2001 From: Ayush Nautiyal <78146753+ayushnau@users.noreply.github.com> Date: Sun, 4 Aug 2024 03:30:10 +0530 Subject: [PATCH] chore: update the readme path in the docker ci (#1246) Co-authored-by: Lukasz Gornicki --- .github/workflows/release-docker.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-docker.yml b/.github/workflows/release-docker.yml index 69017e23c..82366d8a8 100644 --- a/.github/workflows/release-docker.yml +++ b/.github/workflows/release-docker.yml @@ -47,12 +47,15 @@ jobs: platforms: linux/amd64,linux/arm64 cache-from: type=gha cache-to: type=gha - + + - name: Check out the repository + uses: actions/checkout@v4 + - name: Update Docker Hub Readme uses: meeDamian/sync-readme@v1.0.6 with: user: ${{ secrets.DOCKER_USERNAME }} pass: ${{ secrets.DOCKER_PASSWORD }} slug: asyncapi/generator - readme: ../../README.md + readme: ./apps/generator/README.md description: Use your AsyncAPI definition to generate literally anything. Markdown documentation, Node.js code, HTML documentation, anything!