Skip to content

Commit

Permalink
updates fixrs typo
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed May 26, 2024
1 parent 71f6e27 commit 305e6e6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ jobs:
else
echo "Tag ${{ steps.image_exists.outputs.SHA }} does not exist"
fi
- name: Set up Docker Buildx
- name: Buildx
if: ${{ steps.image_exists.outputs.result == 'not_found' || contains(github.event.head_commit.message, 'rebuild') }}
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226

- name: Build Dev Image
if: ${{ steps.image_exists.outputs.result == 'not_found' || contains(github.event.head_commit.message, 'rebuild') }}
Expand Down

0 comments on commit 305e6e6

Please sign in to comment.