workflow test
Some checks failed
Base image build / build (push) Failing after 0s

This commit is contained in:
2025-06-30 12:25:25 -07:00
parent 6ddfd54ac4
commit c35be7b861

View File

@@ -1,9 +1,9 @@
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
name: Base image build
run-name: ${{ gitea.actor }} is building the docker base image.
on: [push]
jobs:
Explore-Gitea-Actions:
build:
runs-on: ubuntu-latest
steps:
- run: echo "The job was automatically triggered by a ${{ gitea.event_name }} event."