Chris Hammer adfeddf242
Some checks failed
Docker Build Pipeline / Docker-Build-Pipeline (push) Failing after 2s
test actions 2
2024-12-12 18:14:06 -05:00

21 lines
336 B
YAML

name: Docker Build Pipeline
on:
push:
branches:
- gitea-actions
jobs:
Docker-Build-Pipeline:
runs-on: self-hosted
defaults:
run:
working-directory: /home/builds/src
steps:
- name: Run a command
run: docker info
- name: Clone repository
run: git pull gitea-actions