test workflow build and push on gitea registry
This commit is contained in:
parent
e45fc1b52e
commit
f971df6ead
|
@ -31,15 +31,12 @@ jobs:
|
|||
registry: git.coopgo.io
|
||||
username: ncaron
|
||||
password: 6744954b4a3a43422e62e8d110f90de527ce094d
|
||||
|
||||
|
||||
- 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:
|
||||
# group: ubuntu-latest
|
||||
|
|
Loading…
Reference in New Issue