Skip to content

Commit

Permalink
fix change in istio behavior
Browse files Browse the repository at this point in the history
Signed-off-by: Fernando Cainelli <[email protected]>
  • Loading branch information
cainelli committed Dec 18, 2024
1 parent ae5e98a commit da1c2a9
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:

- name: Build Envoy
run: |
BUILD_WITH_CONTAINER=1 make;
find . -maxdepth 3
BUILD_WITH_CONTAINER=1 make build;
find . -maxdepth 4
- name: Build and push Docker image
uses: docker/build-push-action@v6
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM istio/proxyv2:1.23.3

COPY bazel-bin/envoy /usr/local/bin/
COPY ./out/linux_amd64/envoy /usr/local/bin/

0 comments on commit da1c2a9

Please sign in to comment.