Files
ana-ledger/.gitea/workflows/cicd.yaml
Bel LaPointe dfc58966fd
Some checks failed
cicd / cicd (push) Failing after 0s
try
2023-10-27 22:57:01 -06:00

17 lines
251 B
YAML

name: cicd
on:
push:
branches:
- main
jobs:
cicd:
runs-on: ubuntu-latest
steps:
- uses: registry-app.inhome.blapointe.com:5001/docker:latest
run: |
pwd
hostname
echo hello world
docker ps