Files
runner-custom/.gitea/workflows/gitea-ci.yaml
Jérémie SALVI f590d546c4
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 30s
Test actions
2024-12-22 01:53:30 +01:00

15 lines
425 B
YAML

name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: runner-custom
steps:
- name: Check out repository code
uses: actions/checkout@v4
- run: |
docker build -t git.unixyourbrain.org/beastie/runner-custom:latest .
- run: |
docker push git.unixyourbrain.org/beastie/runner-custom:latest