separate
This commit is contained in:
		@@ -44,7 +44,18 @@ jobs:
 | 
				
			|||||||
          file: ./Dockerfile
 | 
					          file: ./Dockerfile
 | 
				
			||||||
          push: true
 | 
					          push: true
 | 
				
			||||||
          tags: |
 | 
					          tags: |
 | 
				
			||||||
            ${{ secrets.DOCKER_USERNAME }}/cal_heatmap:latest
 | 
					 | 
				
			||||||
            ${{ secrets.DOCKER_USERNAME }}/cal_heatmap:1.0.0.0
 | 
					 | 
				
			||||||
            ${{ env.GITEA_REGISTRY }}/${{ secrets.REPO_USERNAME }}/cal_heatmap:latest
 | 
					            ${{ env.GITEA_REGISTRY }}/${{ secrets.REPO_USERNAME }}/cal_heatmap:latest
 | 
				
			||||||
            ${{ env.GITEA_REGISTRY }}/${{ secrets.REPO_USERNAME }}/cal_heatmap:1.0.0.0
 | 
					            ${{ env.GITEA_REGISTRY }}/${{ secrets.REPO_USERNAME }}/cal_heatmap:1.0.0.0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					      - name: Build and push Docker image
 | 
				
			||||||
 | 
					        uses: docker/build-push-action@v2
 | 
				
			||||||
 | 
					        env:
 | 
				
			||||||
 | 
					          ACTIONS_RUNTIME_TOKEN: ''separate
 | 
				
			||||||
 | 
					        with:
 | 
				
			||||||
 | 
					          context: .
 | 
				
			||||||
 | 
					          file: ./Dockerfile
 | 
				
			||||||
 | 
					          push: true
 | 
				
			||||||
 | 
					          tags: |
 | 
				
			||||||
 | 
					            ${{ secrets.DOCKER_USERNAME }}/cal_heatmap:latest
 | 
				
			||||||
 | 
					            ${{ secrets.DOCKER_USERNAME }}/cal_heatmap:1.0.0.0
 | 
				
			||||||
		Reference in New Issue
	
	Block a user