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