test-fest/.forgejo/workflows/demo.yaml

23 lines
353 B
YAML
Raw Permalink Normal View History

2024-09-10 12:12:30 +00:00
on:
push:
2024-09-11 07:30:37 +00:00
#schedule:
# - cron: "*/5 * * * *"
2024-09-10 14:07:14 +00:00
2024-09-11 09:09:05 +00:00
env:
DOCKER_HOST: tcp://172.17.0.1:2375
2024-09-10 08:15:45 +00:00
jobs:
2024-09-10 13:32:46 +00:00
better_name:
strategy:
matrix:
2024-09-11 07:29:34 +00:00
# version:
# - v1.0.0
# - v1.2.0
2024-09-10 13:36:45 +00:00
dist:
2024-09-13 10:02:24 +00:00
- bullseye
2024-09-11 07:33:19 +00:00
- bookworm
2024-09-10 13:36:45 +00:00
2024-09-10 08:15:45 +00:00
steps:
2024-09-10 13:41:38 +00:00
- run: echo All ${{ matrix.version }}
2024-09-11 08:42:32 +00:00
- run: cat /etc/issue