From 21fef73d0857e29bab90e1f5e1cdc32c3b8556af Mon Sep 17 00:00:00 2001 From: "ChatonDeAru (Romain)" <823314+chatondearu@users.noreply.github.com> Date: Tue, 26 Mar 2024 11:29:39 +0100 Subject: [PATCH] Update build.yml Signed-off-by: ChatonDeAru (Romain) <823314+chatondearu@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 15b4fda..11a0e6c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,6 +25,6 @@ jobs: password: ${{ secrets.SCALEWAY_API_KEY }} registry: ${{ secrets.CONTAINER_REGISTRY_ENDPOINT }} - name: Build the Docker image - run: docker build . --build-arg API_URL=${{ secrets.API_URL }} -t ${{ secrets.CONTAINER_REGISTRY_ENDPOINT }}/fo-${{ inputs.envType }} + run: docker build . --build-arg API_URL=${{ vars.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 }}