mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 10:13:32 -04:00 
			
		
		
		
	change registry
This commit is contained in:
		
							
								
								
									
										5
									
								
								.github/workflows/dockerbuild.dev.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/dockerbuild.dev.yml
									
									
									
									
										vendored
									
									
								
							| @@ -18,16 +18,15 @@ jobs: | ||||
|       - name: Log in to GitHub Docker Registry | ||||
|         uses: docker/login-action@v1 | ||||
|         with: | ||||
|           registry: docker.pkg.github.com | ||||
|           registry: ghrc.io | ||||
|           username: ${{ github.actor }} | ||||
|           password: ${{ secrets.GITHUB_TOKEN }} | ||||
|       - name: Build container image | ||||
|         uses: docker/build-push-action@v2 | ||||
|         with: | ||||
|           push: true | ||||
|           context: ./docs | ||||
|           tags: | | ||||
|             docker.pkg.github.com/${{ github.repository }}/dev-docs:latest | ||||
|             ghrc.io/${{ github.repository }}/dev-docs:latest | ||||
|   build: | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user