fix automation build

This commit is contained in:
2026-04-25 11:13:59 +03:00
parent ed8d31250e
commit 8fb34b5a4b
+4
View File
@@ -6,6 +6,10 @@ on:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
container:
image: catthehacker/ubuntu:act-latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock
steps:
- name: Checkout code
uses: actions/checkout@v3