test workflow build and push on gitea registry

This commit is contained in:
Nicolas CARON 2024-03-15 11:09:43 +01:00
parent e45fc1b52e
commit f971df6ead
1 changed files with 3 additions and 6 deletions

View File

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