Files
ana-ledger/.gitea/workflows/cicd.yaml
Bel LaPointe fd6ea10077
Some checks failed
cicd / cicd (push) Failing after 0s
try
2023-10-27 23:07:49 -06:00

18 lines
275 B
YAML

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