Compare commits
	
		
			1 Commits
		
	
	
		
			f0fd9f78f8
			...
			219c7a727a
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|   | 219c7a727a | 
							
								
								
									
										12
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							| @ -1,4 +1,4 @@ | |||||||
| name: Build Nginx-based docker image | name: Build docker image | ||||||
| on: | on: | ||||||
|   push: |   push: | ||||||
|     branches: |     branches: | ||||||
| @ -15,19 +15,17 @@ jobs: | |||||||
|       - name: Set up Docker Buildx |       - name: Set up Docker Buildx | ||||||
|         uses: docker/setup-buildx-action@v3 |         uses: docker/setup-buildx-action@v3 | ||||||
|        |        | ||||||
|       - name: Login to the private Docker registry |       - name: Login to Docker Hub | ||||||
|         uses: docker/login-action@v3 |         uses: docker/login-action@v3 | ||||||
|         with: |         with: | ||||||
|           registry: ${{ secrets.PRIVATE_REGISTRY_HOST }} |           username: ${{ secrets.DOCKERHUB_USERNAME }} | ||||||
|           username: ${{ secrets.PRIVATE_REGISTRY_USERNAME }} |           password: ${{ secrets.DOCKERHUB_TOKEN }} | ||||||
|           password: ${{ secrets.PRIVATE_REGISTRY_TOKEN }} |  | ||||||
|          |          | ||||||
|       - name: Build and push |       - name: Build and push | ||||||
|         uses: docker/build-push-action@v6 |         uses: docker/build-push-action@v6 | ||||||
|         with: |         with: | ||||||
|           context: . |           context: . | ||||||
|           push: ${{ github.event_name != 'pull_request' }} |           push: ${{ github.event_name != 'pull_request' }} | ||||||
|           tags: | |           tags: bustikiller/wedding-planner:latest | ||||||
|             ${{ secrets.PRIVATE_REGISTRY_HOST }}/${{ env.GITHUB_REPOSITORY }}:latest |  | ||||||
|           cache-from: type=registry,ref=user/app:latest |           cache-from: type=registry,ref=user/app:latest | ||||||
|           cache-to: type=inline |           cache-to: type=inline | ||||||
| @ -343,7 +343,7 @@ DEPENDENCIES | |||||||
|   web-console |   web-console | ||||||
| 
 | 
 | ||||||
| RUBY VERSION | RUBY VERSION | ||||||
|    ruby 3.3.5p100 |    ruby 3.3.4p94 | ||||||
| 
 | 
 | ||||||
| BUNDLED WITH | BUNDLED WITH | ||||||
|    2.5.17 |    2.5.17 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user