We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 266c91c commit fd90b4cCopy full SHA for fd90b4c
1 file changed
.github/workflows/dev-build.yml
@@ -46,6 +46,9 @@ jobs:
46
# Pass proxy settings and release version as build arguments
47
build-args: |
48
RELEASE_VERSION=fsu-app
49
+ HTTP_PROXY=${{ secrets.HTTP_PROXY }}
50
+ HTTPS_PROXY=${{ secrets.HTTPS_PROXY }}
51
+ NO_PROXY=${{ secrets.NO_PROXY }}
52
# Tag the image for development environment
53
tags: ${{ env.REPOSITORY_NAMESPACE }}/${{ env.REPOSITORY_NAME }}:fsu-app-dev
54
@@ -59,5 +62,8 @@ jobs:
59
62
60
63
61
64
RELEASE_VERSION=fsu-worker
65
66
67
68
# Tag the worker image for development environment
69
tags: ${{ env.REPOSITORY_NAMESPACE }}/${{ env.REPOSITORY_NAME }}:fsu-worker-dev
0 commit comments