see if docker in docker in docker
cicd / cicd (push) Failing after 3s
Details
cicd / cicd (push) Failing after 3s
Details
parent
2bd5415305
commit
851c7203a2
|
|
@ -1,6 +1,8 @@
|
||||||
name: cicd
|
name: cicd
|
||||||
run-name: ${{ gitea }} test
|
on:
|
||||||
on: [push]
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
cicd:
|
cicd:
|
||||||
|
|
@ -10,3 +12,4 @@ jobs:
|
||||||
pwd
|
pwd
|
||||||
hostname
|
hostname
|
||||||
echo hello world
|
echo hello world
|
||||||
|
docker ps
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue