First commit
This commit is contained in:
9
.gitea/workflows/builder.yaml
Normal file
9
.gitea/workflows/builder.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
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 .
|
||||
Reference in New Issue
Block a user