Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
WinstonHChou committed May 24, 2024
1 parent f907783 commit e641f1a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ on:
branches: [ "livox_devel" ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
pull_request:
branches: [ "livox_devel" ]


env:
Expand Down Expand Up @@ -90,7 +88,7 @@ jobs:
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
file: S{{ matrix.dockerfile }}
file: ${{ matrix.dockerfile }}
tags: ${{ steps.meta.outputs.tags }}
# platforms: linux/arm64/v8
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit e641f1a

Please sign in to comment.