Files
toolchain/.gitea/workflows/builder.yaml
RemiZOffAlex 619dbb2c70
Some checks failed
Build toolchain image / Explore-Gitea-Actions (push) Failing after 6s
Update
2024-05-15 00:08:38 +03:00

10 lines
213 B
YAML

name: Build toolchain image
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: fedora-39
steps:
- run: docker build --progress=plain .