This commit is contained in:
		@@ -35,18 +35,6 @@ jobs:
 | 
			
		||||
          username: ${{ secrets.REPO_USERNAME }} 
 | 
			
		||||
          password: ${{ secrets.REPO_GITEA_TOKEN }}
 | 
			
		||||
 | 
			
		||||
      - name: Build and push to gitea
 | 
			
		||||
        uses: docker/build-push-action@v2
 | 
			
		||||
        env:
 | 
			
		||||
          ACTIONS_RUNTIME_TOKEN: ''
 | 
			
		||||
        with:
 | 
			
		||||
          context: .
 | 
			
		||||
          file: ./Dockerfile
 | 
			
		||||
          push: true
 | 
			
		||||
          tags: |
 | 
			
		||||
            git.rehounou.ca/remi/cal_heatmap:latest
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
      - name: Build and push Docker image
 | 
			
		||||
        uses: docker/build-push-action@v2
 | 
			
		||||
        env:
 | 
			
		||||
@@ -57,4 +45,9 @@ jobs:
 | 
			
		||||
          push: true
 | 
			
		||||
          tags: |
 | 
			
		||||
            ${{ secrets.DOCKER_USERNAME }}/cal_heatmap:latest
 | 
			
		||||
            ${{ secrets.DOCKER_USERNAME }}/cal_heatmap:1.0.0.0
 | 
			
		||||
            ${{ secrets.DOCKER_USERNAME }}/cal_heatmap:1.0.0.0
 | 
			
		||||
      
 | 
			
		||||
      - name: Build and Push Docker Image
 | 
			
		||||
        run: |
 | 
			
		||||
          docker build -t git.rehounou.ca/remi/cal_heatmap:latest .
 | 
			
		||||
          docker push git.rehounou.ca/remi/cal_heatmap:latest
 | 
			
		||||
		Reference in New Issue
	
	Block a user