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