浏览代码

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