diff --git a/.gitea/actions/action-docker-build-push/action.yml b/.gitea/actions/action-docker-build-push/action.yml index 7c48aa7..394af32 100644 --- a/.gitea/actions/action-docker-build-push/action.yml +++ b/.gitea/actions/action-docker-build-push/action.yml @@ -71,6 +71,9 @@ runs: HTTP_PROXY: ${{ env.http_proxy }} HTTPS_PROXY: ${{ env.https_proxy }} NO_PROXY: ${{ env.no_proxy }} + http_proxy: ${{ env.http_proxy }} + https_proxy: ${{ env.https_proxy }} + no_proxy: ${{ env.no_proxy }} with: driver-opts: | env.http_proxy=${{ env.http_proxy }} @@ -132,6 +135,9 @@ runs: HTTP_PROXY: ${{ env.http_proxy }} HTTPS_PROXY: ${{ env.https_proxy }} NO_PROXY: ${{ env.no_proxy }} + http_proxy: ${{ env.http_proxy }} + https_proxy: ${{ env.https_proxy }} + no_proxy: ${{ env.no_proxy }} with: context: ${{ inputs.context }} file: ${{ inputs.file }}