.gitea/workflows/build.yml aktualisiert

This commit is contained in:
Marko Oldenburg 2024-09-17 14:02:42 +02:00
parent 2c2b17bb0d
commit 369f14dab6

View File

@ -1,6 +1,9 @@
name: Create dokuwiki docker image name: Create dokuwiki docker image
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push] on:
push:
paths:
- '*Dockerfile'
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions: