From 76d7f355ad95c508ee5bb8e75a59f42dbd31a2b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Le=20Bihan?= Date: Wed, 25 Jan 2023 23:13:34 +0900 Subject: [PATCH] Added SCORO_URL in CI --- .github/workflows/CI.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f326906..312f2eb 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -131,7 +131,7 @@ jobs: Deployement_Docker: runs-on: ubuntu-latest - if: github.ref == 'refs/heads/main' + #if: github.ref == 'refs/heads/main' needs: [ Test_Back ] environment: Production @@ -175,7 +175,9 @@ jobs: context: ./front push: true tags: ${{steps.meta_front.outputs.tags}} - build-args: API_URL=${{secrets.API_URL}} + build-args: + - API_URL=${{secrets.API_URL}} + - SCORO_URL=${{secrets.SCORO_URL}} - name: Docker meta scorometer id: meta_scorometer uses: docker/metadata-action@v4