Skip to content

Commit

Permalink
use docker build
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 926b19c commit ae5e98a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build Envoy
run: -|
BUILD_WITH_CONTAINER=1 make
run: |
BUILD_WITH_CONTAINER=1 make;
find . -maxdepth 3
- name: Build and push Docker image
Expand Down

0 comments on commit ae5e98a

Please sign in to comment.