소스 검색

Update docker-image.yml

Andy Esnard 1 년 전
부모
커밋
e7bffebe81
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      .github/workflows/docker-image.yml

+ 2 - 0
.github/workflows/docker-image.yml

@@ -28,3 +28,5 @@ jobs:
       # Pousse l'image Docker sur DockerHub
       - name: Push the Docker image
         run: docker push ${{ secrets.DOCKER_USERNAME }}/chatbot-maisonnette:${{ github.sha }}
+      - name: Push the Docker image with latest tag
+        run: docker push ${{ secrets.DOCKER_USERNAME }}/chatbot-maisonnette:latest