added scoro arg

This commit is contained in:
Clément Le Bihan
2023-01-25 23:32:26 +09:00
parent 4b5d794357
commit 6515eb98de

View File

@@ -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