From f6ed2bb2c7daef6e11ace1ddb13d8c8a7d97ac8b Mon Sep 17 00:00:00 2001 From: Jocelyn Le Sage Date: Mon, 15 May 2023 20:33:54 -0400 Subject: [PATCH] Checkout step is needed for pushing the dockerhub description. --- .github/workflows/build-image.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 9ef3854..48fb8c6 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -131,6 +131,10 @@ jobs: run: | docker buildx imagetools inspect ${{ env.DOCKER_IMAGE_NAME }}:${{ steps.prep.outputs.version }} + - name: Checkout + uses: actions/checkout@v3 + if: ${{ steps.prep.outputs.release_type == 'standard' }} + - name: Dockerhub description if: ${{ steps.prep.outputs.release_type == 'standard' }} uses: peter-evans/dockerhub-description@v3