mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix parameter name
This commit is contained in:
parent
e76ab0f5f8
commit
a6d2b0db65
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ jobs:
|
|||
- ${{ inputs.arch == 'x86_64' && 'ubuntu-24.04' || 'linux-arm64' }}
|
||||
container:
|
||||
image: ${{ inputs.container }}
|
||||
options: --privileged --entrypoing="/usr/bin/python3 /entrypoint.py"
|
||||
options: --privileged --entrypoint="/usr/bin/python3 /entrypoint.py"
|
||||
#volumes:
|
||||
# - /run/systemd/system:/run/systemd/system
|
||||
# - /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket
|
||||
|
|
Loading…
Add table
Reference in a new issue