diff --git a/.github/workflows/publish_docker.yml b/.github/workflows/publish_docker.yml index 788aa08..1fc2e2b 100644 --- a/.github/workflows/publish_docker.yml +++ b/.github/workflows/publish_docker.yml @@ -100,6 +100,7 @@ jobs: uses: docker/build-push-action@v4 with: network: host + options: --security-opt systempaths=unconfined build-args: | http_proxy=${{ inputs.http_proxy }} https_proxy=${{ inputs.http_proxy }}