This is an automated email from the ASF dual-hosted git repository.

kichan pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/trafficserver-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new c8cf0e2  Update build.yml (#199)
c8cf0e2 is described below

commit c8cf0e20acee00fb67facd3c2227b078375a2a02
Author: Kit Chan <[email protected]>
AuthorDate: Fri Jan 26 21:29:05 2024 -0800

    Update build.yml (#199)
---
 .github/workflows/build.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index cf2a908..82f7fb3 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -43,7 +43,8 @@ jobs:
 
       - name: Build ATS Alpine
         run: |
-          docker build -t ats-ingress .
+          eval $(minikube -p minikube docker-env)          
+          docker build -t ats-ingress . --network=host
 
 #      - name: Build Exporter
 #        run: docker build -t ats-ingress-exporter 
k8s/images/trafficserver_exporter/

Reply via email to