test workflow build and push on gitea registry
Build and Push Docker Image / test (push) Failing after 12s Details

This commit is contained in:
Nicolas CARON 2024-03-15 11:09:04 +01:00
parent 42b48c4ce1
commit e45fc1b52e
1 changed files with 7 additions and 4 deletions

View File

@ -31,12 +31,15 @@ jobs:
registry: git.coopgo.io registry: git.coopgo.io
username: ncaron username: ncaron
password: 6744954b4a3a43422e62e8d110f90de527ce094d password: 6744954b4a3a43422e62e8d110f90de527ce094d
- 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"] run: |
- "sh"
- "-c"
- "(sleep 10 && chmod a+rwx /run/user/1000/docker.sock) & /usr/bin/supervisord -c /etc/supervisord.conf"
# checkout_repository: # checkout_repository:
# runs-on: # runs-on:
# group: ubuntu-latest # group: ubuntu-latest