Compare commits
	
		
			1 Commits
		
	
	
		
			v0.3.1
			...
			f0349e9fa5
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| f0349e9fa5 | 
@@ -20,7 +20,7 @@ env:
 | 
				
			|||||||
  CHART_DIR: helm/
 | 
					  CHART_DIR: helm/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
  release:
 | 
					  go-binaries:
 | 
				
			||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
    if: startsWith(github.ref, 'refs/tags/v')  # Only run on tag push
 | 
					    if: startsWith(github.ref, 'refs/tags/v')  # Only run on tag push
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
@@ -67,6 +67,10 @@ jobs:
 | 
				
			|||||||
            exit 1
 | 
					            exit 1
 | 
				
			||||||
          fi
 | 
					          fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  container-images:
 | 
				
			||||||
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
 | 
					    if: startsWith(github.ref, 'refs/tags/v')  # Only run on tag push
 | 
				
			||||||
 | 
					    steps:
 | 
				
			||||||
      - name: Set up Docker Buildx
 | 
					      - name: Set up Docker Buildx
 | 
				
			||||||
        uses: docker/setup-buildx-action@v3
 | 
					        uses: docker/setup-buildx-action@v3
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user