Skip to content

Commit

Permalink
Address nit; remove extraneous spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-tuli committed Jul 11, 2023
1 parent 40bd986 commit d8c76a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish-tagged-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit d8c76a5

Please sign in to comment.