fix(ci): allow deploy job Podman socket access
All checks were successful
Dimension Lab website / ci (pull_request) Successful in 17s
Dimension Lab website / deploy (pull_request) Has been skipped

This commit is contained in:
vince 2026-06-20 17:12:29 +02:00
parent d61d296ea1
commit 35cb1574b4
2 changed files with 4 additions and 0 deletions

View file

@ -49,6 +49,9 @@ jobs:
needs: ci
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
runs-on: docker
container:
image: ghcr.io/catthehacker/ubuntu:act-latest
options: --security-opt label=disable
timeout-minutes: 30
steps:
- name: Checkout