mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-30 17:53:31 -04:00 
			
		
		
		
	Merge pull request #3268 from mealie-recipes/docs/newrelease-update-version-v1.3.1
docs(auto): Update image tag, for release v1.3.1
This commit is contained in:
		
							
								
								
									
										3
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							| @@ -68,6 +68,9 @@ jobs: | |||||||
|  |  | ||||||
|       - name: Create Pull Request |       - name: Create Pull Request | ||||||
|         uses: peter-evans/create-pull-request@v6 |         uses: peter-evans/create-pull-request@v6 | ||||||
|  |         # This doesn't currently work for us because it creates the PR but the workflows don't run. | ||||||
|  |         # TODO: Provide a personal access token as a parameter here, that solves that problem. | ||||||
|  |         # https://github.com/peter-evans/create-pull-request | ||||||
|         with: |         with: | ||||||
|           commit-message: "Update image tag, for release ${{ github.event.release.tag_name }}" |           commit-message: "Update image tag, for release ${{ github.event.release.tag_name }}" | ||||||
|           branch: "docs/newrelease-update-version-${{ github.event.release.tag_name }}" |           branch: "docs/newrelease-update-version-${{ github.event.release.tag_name }}" | ||||||
|   | |||||||
| @@ -9,7 +9,7 @@ PostgreSQL might be considered if you need to support many concurrent users. In | |||||||
| version: "3.7" | version: "3.7" | ||||||
| services: | services: | ||||||
|   mealie: |   mealie: | ||||||
|     image: ghcr.io/mealie-recipes/mealie:v1.1.0 # (3) |     image: ghcr.io/mealie-recipes/mealie:v1.3.1 # (3) | ||||||
|     container_name: mealie |     container_name: mealie | ||||||
|     ports: |     ports: | ||||||
|         - "9925:9000" # (1) |         - "9925:9000" # (1) | ||||||
|   | |||||||
| @@ -13,7 +13,7 @@ SQLite is a popular, open source, self-contained, zero-configuration database th | |||||||
| version: "3.7" | version: "3.7" | ||||||
| services: | services: | ||||||
|   mealie: |   mealie: | ||||||
|     image: ghcr.io/mealie-recipes/mealie:v1.1.0 # (3) |     image: ghcr.io/mealie-recipes/mealie:v1.3.1 # (3) | ||||||
|     container_name: mealie |     container_name: mealie | ||||||
|     ports: |     ports: | ||||||
|         - "9925:9000" # (1) |         - "9925:9000" # (1) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user