File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 4242          echo "SKIP=true" >> $GITHUB_ENV 
4343          exit 0 
4444
45+ name : Set up Docker 
46+         uses : docker/setup-docker-action@v4 
47+         with :
48+           daemon-config : | 
49+             { 
50+               "features": { 
51+                 "containerd-snapshotter": true  
52+               } 
53+             } 
54+ 
4555name : Set up QEMU 
4656        uses : docker/setup-qemu-action@v2 
4757
7383          make reviewable 
7484          make build-docker-binary 
7585
76- name : Build Images 
86+ name : Build and push  Images 
7787        run : | 
78-           IMG=ghcr.io/openmcp-project/metrics-operator:${{ env.version }} make docker-buildx 
88+           IMG=ghcr.io/openmcp-project/metrics-operator:${{ env.version }} make docker-buildx docker-push  
7989
8090name : setup OCM 
8191        uses : open-component-model/ocm-setup-action@main 
Original file line number Diff line number Diff line change @@ -17,5 +17,4 @@ components:
1717        type : dockermulti 
1818        repository : images/${COMPONENT_NAME} 
1919        variants :
20-         - " ${COMPONENT_REPO_PREFIX}:${VERSION}-linux-amd64" 
21-         - " ${COMPONENT_REPO_PREFIX}:${VERSION}-linux-arm64" 
20+         - " ${COMPONENT_REPO_PREFIX}:${VERSION}" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments