Skip to content

Commit fc333fb

Browse files
authored
Update deploy.yml
1 parent b74990e commit fc333fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898

9999
- name: Build ${{ env.APP_NAME }} Docker image
100100
run: |
101-
docker build -t ${{ env.DOCKER_REGISTRY }}:${{ env.TAG_LATEST }} .
101+
docker build --build-arg API_BASE_URL=$API_BASE_URL --build-arg API_AUTH_KEY=$API_AUTH_KEY -t ${{ env.DOCKER_REGISTRY }}:${{ env.TAG_LATEST }} .
102102
103103
- name: Add tag to Docker image
104104
run: |

0 commit comments

Comments
 (0)