learn-forgejo-actions/.forgejo/workflows/images-per-step.yaml
Waylon S. Walker e830d50593
All checks were successful
/ test (push) Successful in 13s
try this
2025-08-28 12:48:02 -05:00

9 lines
198 B
YAML

on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Run something in Alpine
uses: docker://alpine:3.20
with:
args: echo "Hello from inside Alpine"