diff --git a/.github/workflows/auth-hurl.yml b/.github/workflows/auth-hurl.yml index 67664a4b..da3c0fa4 100644 --- a/.github/workflows/auth-hurl.yml +++ b/.github/workflows/auth-hurl.yml @@ -15,7 +15,7 @@ jobs: postgres: image: postgres:15 ports: - - "5432:5432" + - "5432:5432" env: POSTGRES_USER: kyoo POSTGRES_PASSWORD: password diff --git a/.github/workflows/coding-style.yml b/.github/workflows/coding-style.yml index c193a268..c4ac3869 100644 --- a/.github/workflows/coding-style.yml +++ b/.github/workflows/coding-style.yml @@ -37,7 +37,7 @@ jobs: run: biome ci . scanner: - name: "Lint scanner/autosync" + name: "Lint scanner" runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index bb50cec1..a9daf372 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -34,11 +34,6 @@ jobs: label: scanner image: ${{ github.repository_owner }}/kyoo_scanner - - context: ./autosync - dockerfile: Dockerfile - label: autosync - image: ${{ github.repository_owner }}/kyoo_autosync - - context: ./transcoder dockerfile: Dockerfile label: transcoder diff --git a/.github/workflows/native-build.yml b/.github/workflows/native-build.yml index 60e3b0bc..bb248edf 100644 --- a/.github/workflows/native-build.yml +++ b/.github/workflows/native-build.yml @@ -2,7 +2,7 @@ name: Native build on: push: tags: - - v* + - v* jobs: update: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e69dd49c..8e6a0470 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,7 @@ name: Release on: push: tags: - - v* + - v* jobs: update: