mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-06-08 08:34:20 +02:00
💚 trying to pass api url on build
This commit is contained in:
parent
1d0489eb8e
commit
99c6b4679f
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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user