Compare commits

...

2 Commits

Author SHA1 Message Date
Nemo D'ACREMONT
fd3308ea4e
feat: add test in docker.yaml 2025-09-01 18:58:58 +02:00
Nemo D'ACREMONT
e6eea6e452
feat: make demo be workflow_dispatch 2025-09-01 18:57:48 +02:00
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,7 @@
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
on:
- workflow_dispatch
jobs:
Explore-Gitea-Actions:

View File

@ -31,6 +31,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: check docker
run: which docker; echo $$PATH; ls /usr/bin
# Set up BuildKit Docker container builder to be able to build
# multi-platform images and export cache
# https://`.com/docker/setup-buildx-action