File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 77    tags :
88      - ' v[0-9]+' 
99  pull_request :
10-     # paths:
11-     #   - docker-compose/*
10+     paths :
11+       - docker-compose/** 
12+       - k8s/resources/**/config/** 
1213
1314env :
1415  GRIDSUITE_DATABASES : /tmp/gs_db 
@@ -27,12 +28,13 @@ jobs:
2728          sparse-checkout : | 
2829            .github 
2930            docker-compose 
31+             k8s 
3032# - name: Install buildx
3133      #   uses: docker/setup-buildx-action@v3
3234      #   with:
3335      #     version: v0.9.1 # Buildx version
3436      - name : mkdir 
35-         run : mkdir ./build 
37+         run : mkdir -v  ./build 
3638      - name : Debug version 
3739        run : docker version --format '{{json .}}' | jq | tee ./build/docker_version.json 
3840      - name : List Docker compose profiles 
5658      - name : Build Docker compose for each profiles 
5759        working-directory : docker-compose/explicit-profiles 
5860        run : docker compose config --profiles | xargs -t -L 1 -I{} docker compose --profile {} config --output ../build/docker-compose.{}.yml 
61+       # - name: Verify Docker compose images
62+       #   working-directory: docker-compose/explicit-profiles
63+       #   run: docker compose --profile all config --resolve-image-digests --output ../build/docker-compose_digest.yml
5964      - name : Build old docker-compose dynamic-mapping 
6065        working-directory : docker-compose/dynamic-mapping 
6166        run : docker compose config --output ../build/dynamic-mapping.yml 
Original file line number Diff line number Diff line change 77    tags :
88      - ' v[0-9]+' 
99  pull_request :
10-     # paths:
11-     #   - k8s/*
10+     paths :
11+       - k8s/* * 
1212
1313jobs :
1414  verify_k8s :
2727            .github 
2828            k8s 
2929name : mkdir 
30-         run : mkdir ./build 
30+         run : mkdir -v  ./build 
3131      - name : Debug version 
3232        run : kubectl version --client=true --output=json | tee ./build/kubectl_version.json 
3333      - id : bake-local 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments