Uncomment steps
This commit is contained in:
		
							parent
							
								
									2d6e17f5f1
								
							
						
					
					
						commit
						15ec4911ea
					
				
							
								
								
									
										33
									
								
								.github/workflows/basket-api.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										33
									
								
								.github/workflows/basket-api.yml
									
									
									
									
										vendored
									
									
								
							| @ -59,25 +59,26 @@ jobs: | ||||
|         currentbranch=$(echo ${GITHUB_REF##*/}) | ||||
|         echo "running on $currentbranch" | ||||
|         echo "branch=$currentbranch" >> $GITHUB_ENV | ||||
|         printenv | ||||
|       shell: bash | ||||
| 
 | ||||
|     # - name: Compose build ${{ env.services  }} | ||||
|     #   run: | | ||||
|     #     echo "A initial message" | ||||
|     #     sudo docker-compose -f src/docker-compose.yml build ${{ env.services }} | ||||
|     #     docker images | ||||
|     #   shell: bash | ||||
|     #   env: | ||||
|     #     TAG: ${{ env.branch }} | ||||
|     #     REGISTRY: ${{ env.registryEndpoint }} | ||||
|     - name: Compose build ${{ env.services  }} | ||||
|       run: | | ||||
|         echo "Env variables:" | ||||
|         echo "running on $env.branch" | ||||
|         printenv | ||||
|         sudo docker-compose -f src/docker-compose.yml build ${{ env.services }} | ||||
|         docker images | ||||
|       shell: bash | ||||
|       env: | ||||
|         TAG: ${{ env.branch }} | ||||
|         REGISTRY: ${{ env.registryEndpoint }} | ||||
| 
 | ||||
|     # - name: Compose push ${{ env.image  }} | ||||
|     #   run: sudo docker-compose -f src/docker-compose.yml push ${{ env.services }} | ||||
|     #   shell: bash | ||||
|     #   env: | ||||
|     #     TAG: ${{ env.branch }} | ||||
|     #     REGISTRY: ${{ env.registryEndpoint }} | ||||
|     - name: Compose push ${{ env.image  }} | ||||
|       run: sudo docker-compose -f src/docker-compose.yml push ${{ env.services }} | ||||
|       shell: bash | ||||
|       env: | ||||
|         TAG: ${{ env.branch }} | ||||
|         REGISTRY: ${{ env.registryEndpoint }} | ||||
| 
 | ||||
|   BuildWindows: | ||||
|     runs-on: windows-2019 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user