diff --git a/action.yml b/action.yml index 2b205a4..79369d0 100644 --- a/action.yml +++ b/action.yml @@ -84,6 +84,10 @@ runs: registry: ${{ inputs.registry }} username: ${{ inputs.username }} password: ${{ inputs.password }} + env: + HTTP_PROXY: ${{ env.http_proxy }} + HTTPS_PROXY: ${{ env.https_proxy }} + NO_PROXY: ${{ env.no_proxy }} - name: echo Cache docker build run: echo -e "\n[$(date +'%Y-%m-%d %H:%M:%S')] ⚙️ Cache docker build"