test workflow build and push on gitea registry
Build and Push Docker Image / test (push) Failing after 15s
Details
Build and Push Docker Image / test (push) Failing after 15s
Details
This commit is contained in:
parent
f971df6ead
commit
75b222a3c0
|
@ -35,7 +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: sleep 10 && chmod a+rwx /run/user/1000/docker.sock & /usr/bin/supervisord -c /etc/supervisord.conf
|
||||
|
||||
# checkout_repository:
|
||||
# runs-on:
|
||||
|
|
Loading…
Reference in New Issue