mirror of
				https://github.com/ajnart/homarr.git
				synced 2025-10-31 18:46:23 +01:00 
			
		
		
		
	👷 Update CI image name for easier deployment
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/docker.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/docker.yml
									
									
									
									
										vendored
									
									
								
							| @@ -3,6 +3,7 @@ name: Master docker CI | ||||
|  | ||||
| on: | ||||
|   push: | ||||
|     branches: [master] | ||||
|     tags: | ||||
|       - v* | ||||
|   workflow_dispatch: | ||||
| @@ -98,7 +99,6 @@ jobs: | ||||
|       - name: Set up Docker Buildx | ||||
|         uses: docker/setup-buildx-action@v2 | ||||
|       - name: Login to GHCR | ||||
|         if: github.event_name != 'pull_request' | ||||
|         uses: docker/login-action@v2 | ||||
|         with: | ||||
|           registry: ghcr.io | ||||
|   | ||||
							
								
								
									
										3
									
								
								.github/workflows/docker_dev.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/docker_dev.yml
									
									
									
									
										vendored
									
									
								
							| @@ -100,7 +100,6 @@ jobs: | ||||
|       - name: Set up Docker Buildx | ||||
|         uses: docker/setup-buildx-action@v2 | ||||
|       - name: Login to GHCR | ||||
|         if: github.event_name != 'pull_request' | ||||
|         uses: docker/login-action@v2 | ||||
|         with: | ||||
|           registry: ghcr.io | ||||
| @@ -112,6 +111,6 @@ jobs: | ||||
|         with: | ||||
|           platforms: linux/amd64,linux/arm64,linux/arm/v7 | ||||
|           context: . | ||||
|           push: ${{ github.event_name != 'pull_request' }} | ||||
|           push: true | ||||
|           tags: ${{ steps.meta.outputs.tags }} | ||||
|           labels: ${{ steps.meta.outputs.labels }} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user