Skip to content

Commit

Permalink
fix taskfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gicastel committed Nov 14, 2022
1 parent 0f9d9ce commit 925b46e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Taskfile_dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ tasks:
build:all:
desc: build binaries and docker images
cmds:
- task: build-binaries
- task: build-docker-standalone
- task: build-docker-bundle
- task: build:binaries
- task: build:docker-standalone
- task: build:docker-bundle

samples:build:
desc: build sampleDb image
Expand Down

0 comments on commit 925b46e

Please sign in to comment.