From a3307f9d86767c49cc6efea3a5b49675e7edc9dd Mon Sep 17 00:00:00 2001 From: Klaus Erber Date: Tue, 6 Dec 2022 09:08:33 +0000 Subject: [PATCH] chore: github - dockerhub description sync --- .github/workflows/container_build.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/container_build.yml b/.github/workflows/container_build.yml index bf18256..d79ffe7 100644 --- a/.github/workflows/container_build.yml +++ b/.github/workflows/container_build.yml @@ -25,6 +25,13 @@ jobs: # Get the repository's code - name: Checkout uses: actions/checkout@v2 + + - uses: meeDamian/sync-readme@v1.0.6 + with: + user: ${{ secrets.DOCKERHUB_USERNAME }} + pass: ${{ secrets.DOCKERHUB_TOKEN }} + description: true + # https://github.com/docker/setup-qemu-action - name: Set up QEMU uses: docker/setup-qemu-action@v1