Rename repos on DockerHub to mempool/frontend and mempool/backend
This commit is contained in:
		
							parent
							
								
									0417ca3676
								
							
						
					
					
						commit
						e1c5d3595f
					
				
							
								
								
									
										4
									
								
								.github/workflows/on-tag.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/on-tag.yml
									
									
									
									
										vendored
									
									
								
							@ -60,7 +60,7 @@ jobs:
 | 
			
		||||
          --cache-from "type=local,src=/tmp/.buildx-cache" \
 | 
			
		||||
          --cache-to "type=local,dest=/tmp/.buildx-cache" \
 | 
			
		||||
          --platform linux/amd64,linux/arm64,linux/arm/v7 \
 | 
			
		||||
          --tag ${{ secrets.DOCKER_HUB_USER }}/mempool-${{ matrix.service }}:$TAG \
 | 
			
		||||
          --tag ${{ secrets.DOCKER_HUB_USER }}/${{ matrix.service }}:$TAG \
 | 
			
		||||
          --output "type=registry" ./${{ matrix.service }}/
 | 
			
		||||
 | 
			
		||||
      - name: Run Docker buildx for ${{ matrix.service }} against latest
 | 
			
		||||
@ -69,6 +69,6 @@ jobs:
 | 
			
		||||
          --cache-from "type=local,src=/tmp/.buildx-cache" \
 | 
			
		||||
          --cache-to "type=local,dest=/tmp/.buildx-cache" \
 | 
			
		||||
          --platform linux/amd64,linux/arm64,linux/arm/v7 \
 | 
			
		||||
          --tag ${{ secrets.DOCKER_HUB_USER }}/mempool-${{ matrix.service }}:latest \
 | 
			
		||||
          --tag ${{ secrets.DOCKER_HUB_USER }}/${{ matrix.service }}:latest \
 | 
			
		||||
          --output "type=registry" ./${{ matrix.service }}/
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user