From d8c76a571ca9a45f1b006569a151b46ca6339aff Mon Sep 17 00:00:00 2001 From: Rahul Tuli Date: Tue, 11 Jul 2023 15:33:51 -0400 Subject: [PATCH] Address nit; remove extraneous spaces --- .github/workflows/build-and-publish-tagged-images.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-publish-tagged-images.yaml b/.github/workflows/build-and-publish-tagged-images.yaml index d7bc9a0247..4a2b0f3116 100644 --- a/.github/workflows/build-and-publish-tagged-images.yaml +++ b/.github/workflows/build-and-publish-tagged-images.yaml @@ -43,7 +43,7 @@ jobs: run: | echo ${{ steps.extract_tag.outputs.tag }} - - name: Build and push deepsparse latest with all dependencies + - name: Build and push deepsparse latest with all dependencies if: ${{ startsWith(github.ref, 'refs/tags/v') }} uses: docker/build-push-action@v2 with: @@ -55,7 +55,7 @@ jobs: tags: | ghcr.io/neuralmagic/deepsparse:latest - - name: Build and push deepsparse with all dependencies + - name: Build and push deepsparse with all dependencies if: ${{ startsWith(github.ref, 'refs/tags/v') }} uses: docker/build-push-action@v2 with: