Some checks failed
Build toolchain image / Explore-Gitea-Actions (push) Failing after 6s
10 lines
213 B
YAML
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 .
|