diff --git a/.github/workflows/build-nextcloud.yml b/.github/workflows/build-nextcloud.yml index 914ed52..9872f11 100644 --- a/.github/workflows/build-nextcloud.yml +++ b/.github/workflows/build-nextcloud.yml @@ -41,7 +41,7 @@ jobs: - name: Build and push Docker image uses: docker/build-push-action@v5 with: - file: ./Dockerfile + file: Dockerfile context: . push: true tags: ${{ steps.meta.outputs.tags }}