Skip to content

Commit ebdd440

Browse files
committed
fix(docker): get API endpoint from env
1 parent f5fd949 commit ebdd440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
registry: rg.fr-par.scw.cloud/codebench
2424
username: nologin
2525
password: ${{ secrets.SCW_SECRET_KEY }}
26-
build-args: REACT_APP_API_ENDPOINT=https://api.codebench.dev
2726
- name: Build and push
2827
uses: docker/build-push-action@v2
2928
with:
3029
push: true
30+
build-args: REACT_APP_API_ENDPOINT=https://api.codebench.dev
3131
tags: |
3232
rg.fr-par.scw.cloud/codebench/front:${{ steps.get_tag.outputs.tag }}
3333
rg.fr-par.scw.cloud/codebench/front:latest

0 commit comments

Comments
 (0)