Compare commits
	
		
			3 Commits
		
	
	
		
			219c7a727a
			...
			f0fd9f78f8
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|   | f0fd9f78f8 | ||
| f43dbf0570 | |||
| b4d80deeac | 
							
								
								
									
										12
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							| @ -1,4 +1,4 @@ | |||||||
| name: Build docker image | name: Build Nginx-based docker image | ||||||
| on: | on: | ||||||
|   push: |   push: | ||||||
|     branches: |     branches: | ||||||
| @ -15,17 +15,19 @@ 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 Docker Hub |       - name: Login to the private Docker registry | ||||||
|         uses: docker/login-action@v3 |         uses: docker/login-action@v3 | ||||||
|         with: |         with: | ||||||
|           username: ${{ secrets.DOCKERHUB_USERNAME }} |           registry: ${{ secrets.PRIVATE_REGISTRY_HOST }} | ||||||
|           password: ${{ secrets.DOCKERHUB_TOKEN }} |           username: ${{ secrets.PRIVATE_REGISTRY_USERNAME }} | ||||||
|  |           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: bustikiller/wedding-planner:latest |           tags: | | ||||||
|  |             ${{ 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 | ||||||
							
								
								
									
										2
									
								
								Gemfile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Gemfile
									
									
									
									
									
								
							| @ -1,6 +1,6 @@ | |||||||
| source 'https://rubygems.org' | source 'https://rubygems.org' | ||||||
| 
 | 
 | ||||||
| ruby '3.3.4' | ruby '3.3.5' | ||||||
| gem 'acts-as-taggable-on' | gem 'acts-as-taggable-on' | ||||||
| gem 'bootsnap', require: false | gem 'bootsnap', require: false | ||||||
| gem 'csv' | gem 'csv' | ||||||
|  | |||||||
| @ -343,7 +343,7 @@ DEPENDENCIES | |||||||
|   web-console |   web-console | ||||||
| 
 | 
 | ||||||
| RUBY VERSION | RUBY VERSION | ||||||
|    ruby 3.3.4p94 |    ruby 3.3.5p100 | ||||||
| 
 | 
 | ||||||
| BUNDLED WITH | BUNDLED WITH | ||||||
|    2.5.17 |    2.5.17 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user