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