Skip to content

Commit

Permalink
Merge branch 'test-ci' of github.com:a3hadi/numaflow-go into test-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ayildirim21 committed Mar 11, 2024
2 parents 90886dc + 52f1e6d commit b9ad81d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
dockerfile_path: [
dockerfile_paths: [
"pkg/mapper/examples/even_odd", "pkg/mapper/examples/flatmap", "pkg/mapper/examples/forward_message",
"pkg/mapper/examples/retry", "pkg/mapper/examples/tickgen", "pkg/mapstreamer/examples/flatmap_stream",
"pkg/reducer/examples/counter", "pkg/reducer/examples/sum", "pkg/reducestreamer/examples/counter",
Expand All @@ -36,4 +36,4 @@ jobs:
username: ${{ secrets.NUMAIO_USERNAME }}
password: ${{ secrets.NUMAIO_PASSWORD }}
- name: Build, tag, and push images
run: ./update_examples.sh --build-push-example ${{ matrix.dockerfile_path }}
run: ./update_examples.sh --build-push-example ${{ matrix.dockerfile_paths }}

0 comments on commit b9ad81d

Please sign in to comment.