test workflow build and push on gitea registry

This commit is contained in:
Nicolas CARON 2024-03-15 11:07:15 +01:00
parent 0d984243f8
commit 42b48c4ce1
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ jobs:
- name: runner - name: runner
image: gitea/act_runner:nightly-dind-rootless image: gitea/act_runner:nightly-dind-rootless
imagePullPolicy: Always imagePullPolicy: Always
command: ["sh", "-c", "(sleep 10 && chmod a+rwx /run/user/1000/docker.sock) & /usr/bin/supervisord -c /etc/supervisord.conf"] command: ["sh", "-c", "(sleep 10 && chmod a+rwx /run/user/1000/docker.sock) & /usr/bin/supervisord -c /etc/supervisord.conf"]
# checkout_repository: # checkout_repository: