test local clone
Some checks failed
Build and Deploy Container / build_and_deploy (push) Failing after 1s

This commit is contained in:
Clemens Hering
2025-11-09 09:11:53 +01:00
parent 31555d8386
commit 73e364dd11

View File

@@ -20,7 +20,7 @@ jobs:
runs-on: linux runs-on: linux
container: container:
image: alpine:3.20 image: alpine:3.20
options: --entrypoint /bin/sh options: --entrypoint /bin/sh --privileged
steps: steps:
- name: Install tools - name: Install tools
run: | run: |