Skip to content

I added a new plugin which use chatgpt to label articles #65

I added a new plugin which use chatgpt to label articles

I added a new plugin which use chatgpt to label articles #65

Workflow file for this run

name: "[tester] CI for tests"
on:
pull_request:
branches:
- "main"
paths:
- "src/**"
- "Dockerfile"
- "docker-entrypoint.sh"
- ".github/workflows/build-test.yml"
push:
branches:
- "*"
- "!main"
paths:
- "src/**"
- "Dockerfile"
- "docker-entrypoint.sh"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build dockerfile (without push)
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64,linux/arm/v7,linux/arm64
cache-from: type=gha
cache-to: type=gha,mode=max