This commit is contained in:
		| @@ -45,9 +45,10 @@ 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 | ||||
|  | ||||
|       - 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 | ||||
|           docker push git.rehounou.ca/remi/cal_heatmap:latest | ||||
|           docker push git.rehounou.ca/remi/cal_heatmap:1.0.0 | ||||
|        | ||||
		Reference in New Issue
	
	Block a user