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

17 lines
260 B
YAML

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