File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7676 os_id : ghcr.io/userdocs/dcb # this action works with ghcr.io/userdocs/* images and generic images like debian/ubuntu/alpine
7777 os_version_id : ${{ matrix.os_id }}-${{ matrix.os_codename }}-${{ matrix.arch }}
7878 custom_docker_commands : " " # custom docker cli commands to run in the container
79- additional_alpine_apps : " curl git " # apk add this string
80- additional_debian_apps : " curl git " # apt install this string
79+ additional_alpine_apps : " " # apk add this string
80+ additional_debian_apps : " " # apt install this string
8181 uid : gh # default is gh and gh requires sudo. ghcr.io/userdocs/* takes root/gh/github/username. generic will take what you set here
8282 gid : 1001 # default is 1001 ghcr.io/userdocs/* root:0 gh 1001:1001 github 1002:1001 username 1000:1000
8383
You can’t perform that action at this time.
0 commit comments