mirror of
				https://github.com/optim-enterprises-bv/coreos.git
				synced 2025-11-04 03:47:55 +00:00 
			
		
		
		
	chore(ci): bash variables only work when using proper braces
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							@@ -282,7 +282,7 @@ jobs:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
              alias_tags=("${COMMIT_TAGS[@]}")
 | 
					              alias_tags=("${COMMIT_TAGS[@]}")
 | 
				
			||||||
          else
 | 
					          else
 | 
				
			||||||
              if [[ "$[COREOS_VERSION]" == "stable" ]]; then
 | 
					              if [[ "${COREOS_VERSION}" == "stable" ]]; then
 | 
				
			||||||
                  BUILD_TAGS+=("latest")
 | 
					                  BUILD_TAGS+=("latest")
 | 
				
			||||||
              fi
 | 
					              fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user