diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 9cc37c3..5324dbd 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -26,6 +26,7 @@ jobs: - name: Build and push uses: docker/build-push-action@v6 with: - context: service/. + context: . + file: ./service/Dockerfile push: true tags: git.rhost.ovh/${{ github.repository }}:latest \ No newline at end of file