diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 4881318..2c46f6a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -175,9 +175,9 @@ jobs: context: ./front push: true tags: ${{steps.meta_front.outputs.tags}} - build-args: - - API_URL=${{secrets.API_URL}} - - SCORO_URL=${{secrets.SCORO_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