Skip to content

Commit

Permalink
use v0.6.1
Browse files Browse the repository at this point in the history
Signed-off-by: a3hadi <[email protected]>
  • Loading branch information
ayildirim21 committed Feb 20, 2024
1 parent 2ed503f commit 1e30925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/reducer/examples/sum/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build:

.PHONY: image
image: build
docker build -t "quay.io/numaio/numaflow-go/reduce-sum:v0.6.2" --target sum .
docker build -t "quay.io/numaio/numaflow-go/reduce-sum:v0.6.1" --target sum .

clean:
-rm -rf ./dist

0 comments on commit 1e30925

Please sign in to comment.