diff --git a/.github/workflows/edge.yaml b/.github/workflows/edge.yaml index ca97026..196f920 100644 --- a/.github/workflows/edge.yaml +++ b/.github/workflows/edge.yaml @@ -47,21 +47,21 @@ jobs: images: ghcr.io/${{ github.repository }} tags: | type=edge - - name: Set up QEMU - uses: docker/setup-qemu-action@v3 - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 - - name: Login to GitHub Container Registry - uses: docker/login-action@v3 - with: - registry: ghcr.io - username: ${{ github.repository_owner }} - password: ${{ secrets.GITHUB_TOKEN }} - - name: Build and push - uses: docker/build-push-action@v6 - with: - push: true - tags: ${{ steps.meta.outputs.tags }} +# - name: Set up QEMU +# uses: docker/setup-qemu-action@v3 +# - name: Set up Docker Buildx +# uses: docker/setup-buildx-action@v3 +# - name: Login to GitHub Container Registry +# uses: docker/login-action@v3 +# with: +# registry: ghcr.io +# username: ${{ github.repository_owner }} +# password: ${{ secrets.GITHUB_TOKEN }} +# - name: Build and push +# uses: docker/build-push-action@v6 +# with: +# push: true +# tags: ${{ steps.meta.outputs.tags }} publish-docs: name: Publish edge documentation diff --git a/docs/additional.md b/docs/additional.md index 70f744a..0eb869a 100644 --- a/docs/additional.md +++ b/docs/additional.md @@ -3,3 +3,5 @@ The JSON Schema is available here: [https://raw.githubusercontent.com/psyko-gh/overcrawlrr/master/schema/schema.json](https://raw.githubusercontent.com/psyko-gh/overcrawlrr/master/schema/schema.json) This is particularly helpful if you are using and editor that support JSON Schema to help you validate your configuration. + +test