diff --git a/.gitea/workflows/build-push.yaml b/.gitea/workflows/build-push.yaml index 1380eac..993b4ef 100644 --- a/.gitea/workflows/build-push.yaml +++ b/.gitea/workflows/build-push.yaml @@ -25,5 +25,5 @@ jobs: - name: Build and push Docker image run: | - buildx --push --tag gargoton.petite-maison-orange.fr/image/calibre-web:latest . + buildx build --push --tag gargoton.petite-maison-orange.fr/image/calibre-web:latest . \ No newline at end of file