Explorar el Código

Update docker-image.yml

Andy Esnard hace 1 año
padre
commit
e7bffebe81
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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