fix: Enhance Docker container security options in CI workflow
Build and Deploy to Kubernetes / build-and-deploy (push) Failing after 13s
Build and Deploy to Kubernetes / build-and-deploy (push) Failing after 13s
This commit is contained in:
@@ -15,7 +15,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: 194.5.195.53:32082/docker-sshpass:latest
|
||||
options: --privileged
|
||||
options: --privileged --security-opt seccomp=unconfined --security-opt apparmor=unconfined
|
||||
steps:
|
||||
- name: Start Docker daemon
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user