rsyncd-docker/.gitea/workflows/docker_build.yaml
Andreas Meier 1d151cdf55
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6m45s
gitea: try first own docker run build via Gitea actions
2025-11-09 16:11:07 +01:00

13 lines
339 B
YAML

name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: docker
steps:
- name: Check out repository
uses: actions/checkout@v5
- run: echo "Starting building the docker image"
- run: docker build -t andreas/rsyncd:latest .