From 7ebcf70b364e364cf09fa73f747bb043e7082236 Mon Sep 17 00:00:00 2001 From: NextFire Date: Thu, 1 Feb 2024 07:53:17 -0500 Subject: [PATCH] remove filestash --- .github/workflows/ci.yml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb1e8b4..6245a92 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,19 +35,14 @@ jobs: repo: dakara-server branch: master plateforms: linux/amd64,linux/arm64 - - owner: odrling - repo: filestash - branch: subs - plateforms: linux/amd64 - dockerfile: docker/Dockerfile - - owner: odrling - repo: syncplay - branch: master - plateforms: linux/amd64,linux/arm64 - owner: mesosphere repo: traefik-forward-auth branch: master plateforms: linux/amd64,linux/arm64 + - owner: odrling + repo: syncplay + branch: master + plateforms: linux/amd64,linux/arm64 env: REPOSITORY: ${{ matrix.owner }}/${{ matrix.repo }}