Skip to content

Commit fd90b4c

Browse files
committed
test: add the proxy back
1 parent 266c91c commit fd90b4c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/dev-build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ jobs:
4646
# Pass proxy settings and release version as build arguments
4747
build-args: |
4848
RELEASE_VERSION=fsu-app
49+
HTTP_PROXY=${{ secrets.HTTP_PROXY }}
50+
HTTPS_PROXY=${{ secrets.HTTPS_PROXY }}
51+
NO_PROXY=${{ secrets.NO_PROXY }}
4952
# Tag the image for development environment
5053
tags: ${{ env.REPOSITORY_NAMESPACE }}/${{ env.REPOSITORY_NAME }}:fsu-app-dev
5154

@@ -59,5 +62,8 @@ jobs:
5962
# Pass proxy settings and release version as build arguments
6063
build-args: |
6164
RELEASE_VERSION=fsu-worker
65+
HTTP_PROXY=${{ secrets.HTTP_PROXY }}
66+
HTTPS_PROXY=${{ secrets.HTTPS_PROXY }}
67+
NO_PROXY=${{ secrets.NO_PROXY }}
6268
# Tag the worker image for development environment
6369
tags: ${{ env.REPOSITORY_NAMESPACE }}/${{ env.REPOSITORY_NAME }}:fsu-worker-dev

0 commit comments

Comments
 (0)