test workflow build and push on gitea registry
Some checks failed
Build and Push Docker Image / test (push) Failing after 12s
Some checks failed
Build and Push Docker Image / test (push) Failing after 12s
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -34,8 +34,11 @@ 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"]
|
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user