set variable in env section
This commit is contained in:
		
							parent
							
								
									9f4850fa23
								
							
						
					
					
						commit
						87c9acdd60
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		
							
								
								
									
										4
									
								
								.github/workflows/build_docker_latest.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/build_docker_latest.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -58,7 +58,9 @@ jobs: | ||||||
|           restore-keys: ${{ runner.os }}-m2 |           restore-keys: ${{ runner.os }}-m2 | ||||||
|       -  |       -  | ||||||
|         name: Build with maven |         name: Build with maven | ||||||
|         run: sebserver-version=${{ env.SHA }} mvn clean package -DskipTests -Dbuild-version="${{ env.SHA }}" |         run: mvn clean package -DskipTests -Dbuild-version="${{ env.SHA }}" | ||||||
|  |         env: | ||||||
|  |           sebserver-version: ${{ env.SHA }} | ||||||
|       -  |       -  | ||||||
|         uses: actions/upload-artifact@v2 |         uses: actions/upload-artifact@v2 | ||||||
|         with: |         with: | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Bengt Giger
						Bengt Giger