We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5fd949 commit ebdd440Copy full SHA for ebdd440
.github/workflows/release.yml
@@ -23,11 +23,11 @@ jobs:
23
registry: rg.fr-par.scw.cloud/codebench
24
username: nologin
25
password: ${{ secrets.SCW_SECRET_KEY }}
26
- build-args: REACT_APP_API_ENDPOINT=https://api.codebench.dev
27
- name: Build and push
28
uses: docker/build-push-action@v2
29
with:
30
push: true
+ build-args: REACT_APP_API_ENDPOINT=https://api.codebench.dev
31
tags: |
32
rg.fr-par.scw.cloud/codebench/front:${{ steps.get_tag.outputs.tag }}
33
rg.fr-par.scw.cloud/codebench/front:latest
0 commit comments