File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 6868 - uses : userdocs/actions/qbt_docker@main
6969 id : qbt_docker
7070 with :
71- # if the env.custom file exists, it will be used to pass as env to container.
72- # You create env.custom file in the steps before this then it is appended to the host env if use_host_env is true
73- distinct_id : " " # for codex-/return-dispatch action
74- use_host_env : " false" # this puts the host env into the container env like using container: would
75- container_name : " " # defaults to builder; use outputs to set this in next step
7671 os_id : ghcr.io/userdocs/dcb # this action works with ghcr.io/userdocs/* images and generic images like debian/ubuntu/alpine
7772 os_version_id : ${{ matrix.os_id }}-${{ matrix.os_codename }}-${{ matrix.arch }}
78- custom_docker_commands : " " # custom docker cli commands to run in the container
79- additional_alpine_apps : " " # apk add this string
80- additional_debian_apps : " " # apt install this string
81- uid : gh # default is gh and gh requires sudo. ghcr.io/userdocs/* takes root/gh/github/username. generic will take what you set here
82- gid : 1001 # default is 1001 ghcr.io/userdocs/* root:0 gh 1001:1001 github 1002:1001 username 1000:1000
8373
8474 - name : Set qbt_docker outputs to environment
8575 run : |
You can’t perform that action at this time.
0 commit comments