Trigger redeploy
Some checks failed
Auto Deploy Flask with Docker / deploy (push) Failing after 6s

This commit is contained in:
annous246 2025-08-08 02:31:04 +01:00
parent a3eb828073
commit b532e7dc6b

View File

@ -10,7 +10,7 @@ jobs:
runs-on: self-hosted
container:
image: docker:27.3.1 # official Docker CLI image with Docker installed
options: --privileged -v /var/run/docker.sock:/var/run/docker.sock
options: --privileged
steps:
- name: Checkout code
uses: actions/checkout@v3