This commit is contained in:
		
							parent
							
								
									f959f0f17d
								
							
						
					
					
						commit
						0c179a1b23
					
				
					 1 changed files with 5 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -13,12 +13,13 @@ steps:
 | 
			
		|||
  privileged: true
 | 
			
		||||
  commands:
 | 
			
		||||
  - echo "$password" | podman login -u $username --password-stdin $repo
 | 
			
		||||
  - make push
 | 
			
		||||
  - DOCKER=podman make push
 | 
			
		||||
 | 
			
		||||
trigger:
 | 
			
		||||
  event:
 | 
			
		||||
    exclude:
 | 
			
		||||
      - promote
 | 
			
		||||
  - promote
 | 
			
		||||
  target:
 | 
			
		||||
  - production
 | 
			
		||||
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -37,4 +38,4 @@ steps:
 | 
			
		|||
  privileged: true
 | 
			
		||||
  commands:
 | 
			
		||||
  - echo "$password" | podman login -u $username --password-stdin $repo
 | 
			
		||||
  - make build
 | 
			
		||||
  - DOCKER=podman make build
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue