Skip to content

Commit

Permalink
Dummy commit to test pr build
Browse files Browse the repository at this point in the history
  • Loading branch information
muralov committed Sep 12, 2023
1 parent 0ccb527 commit e3fa3b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
load: ${{ github.event_name == 'pull_request' }}
# load: ${{ github.event_name == 'pull_request' }}
cache-from: type=gha
cache-to: type=gha,mode=max

Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ func Execute() {
}

func init() {
rootCmd.PersistentFlags().BoolVarP(&loadtest, "loadtest", "l", false, "switch publisher/subscriber to loadtest mode")
rootCmd.PersistentFlags().BoolVarP(&loadtest, "loadtest", "l", false, "switch publisher/subscriber to load-test mode")
}

0 comments on commit e3fa3b8

Please sign in to comment.