try
cicd / cicd (push) Failing after 4s
Details
cicd / cicd (push) Failing after 4s
Details
parent
1775dc2291
commit
b7b0ecd172
|
|
@ -9,9 +9,11 @@ jobs:
|
||||||
name: cicd
|
name: cicd
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: registry-app.inhome.blapointe.com:5001/docker@latest
|
- run: |
|
||||||
run: |
|
|
||||||
pwd
|
pwd
|
||||||
hostname
|
hostname
|
||||||
echo hello world
|
echo hello world
|
||||||
docker ps
|
docker ps
|
||||||
|
with:
|
||||||
|
image: registry-app.inhome.blapointe.com:5001/docker:latest
|
||||||
|
cache: true
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
todo:
|
todo:
|
||||||
|
- cicd in gitea is hard to get it to build a docker image tho
|
||||||
- cicd on not gogs,gitness but gitea; registry-app.inhome.blapointe.com:5001/docker
|
- cicd on not gogs,gitness but gitea; registry-app.inhome.blapointe.com:5001/docker
|
||||||
stuff
|
stuff
|
||||||
- html version can accept new transactions for moolah
|
- html version can accept new transactions for moolah
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue