mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	chore: remove alpine reference as a suffix in image name (#9009)
This commit is contained in:
		
							parent
							
								
									3fb7097fd9
								
							
						
					
					
						commit
						682f7e0b9f
					
				
							
								
								
									
										4
									
								
								.github/workflows/docker_publish.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/docker_publish.yaml
									
									
									
									
										vendored
									
									
								
							@ -51,9 +51,7 @@ jobs:
 | 
			
		||||
            type=semver,pattern={{ major }}.{{ minor }},enable=${{ github.event_name == 'workflow_dispatch' && inputs.version != '' }},value=${{ inputs.version }}
 | 
			
		||||
            type=semver,pattern={{ major }},enable=${{ github.event_name == 'workflow_dispatch' && inputs.version != '' }},value=${{ inputs.version }}
 | 
			
		||||
            # only enabled in main:
 | 
			
		||||
            type=edge,prefix=main-,suffix=-${{ matrix.version }},enable=${{ github.ref == 'refs/heads/main' }}
 | 
			
		||||
            # only enabled on workflow_dispatch:
 | 
			
		||||
            type=sha,suffix=-${{ matrix.version }},enable=${{ github.event_name == 'workflow_dispatch' }}
 | 
			
		||||
            type=edge,prefix=main-,enable=${{ github.ref == 'refs/heads/main' }}
 | 
			
		||||
      - name: Login to docker hub
 | 
			
		||||
        uses: docker/login-action@v3
 | 
			
		||||
        with:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user