Files
runner-custom/.gitea/workflows/gitea-ci.yaml
Workflow config file is invalid. Please check your config file: yaml: line 9: did not find expected '-' indicator
2024-12-21 19:15:06 +01:00

18 lines
446 B
YAML

name: Build and push runner-custom image
run-name: ${{ gitea.actor }} is runs ci pipeline
on: [ push ]
jobs:
publish:
runs-on: runner-custom
if: gitea.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v4
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
run: |
ls ${{ gitea.workspace }}
run: |
cd ${{ gitea.workspace }}
run: |
pwd