docker-aria2c/.github/workflows/build.yaml
James Andariese 3fbcf35ab2
All checks were successful
Github Actions Demo / Explore-Gitea-Actions (push) Successful in 13s
wip
2024-02-25 17:32:19 -06:00

15 lines
353 B
YAML

name: Github Actions Demo
run-name: ${{ github.actor }} is testing out GitHub Actions (on Gitea) 🚀
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: metal-docker
steps:
- name: Check out repository code
uses: actions/checkout@v3
- run: |
ls -la
docker build --iidfile iid.txt .
cat iid.txt