Merge pull request #28 from psyko-gh/action-tuning

ci: fixing fine-tuning
This commit is contained in:
psyko-gh
2024-09-03 21:55:03 +02:00
committed by GitHub
2 changed files with 17 additions and 15 deletions

View File

@@ -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

View File

@@ -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