mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-09-10 21:46:27 +02:00
💚 trying to pass api url on build
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -25,6 +25,6 @@ jobs:
|
||||
password: ${{ secrets.SCALEWAY_API_KEY }}
|
||||
registry: ${{ secrets.CONTAINER_REGISTRY_ENDPOINT }}
|
||||
- name: Build the Docker image
|
||||
run: docker build . -t ${{ secrets.CONTAINER_REGISTRY_ENDPOINT }}/fo-${{ inputs.envType }}
|
||||
run: docker build . --build-arg API_URL=${{ secrets.API_URL }} -t ${{ secrets.CONTAINER_REGISTRY_ENDPOINT }}/fo-${{ inputs.envType }}
|
||||
- name: Push the Docker Image
|
||||
run: docker push ${{ secrets.CONTAINER_REGISTRY_ENDPOINT }}/fo-${{ inputs.envType }}
|
||||
|
Reference in New Issue
Block a user