Files
gravel/.gitea/workflows/build_docker.yml
Kerdonov be58e2eb79
Some checks failed
Test the running changes / Test (push) Successful in 1m51s
Build and push Docker image / build (push) Has been cancelled
testing build workflow
2025-11-15 02:09:17 +02:00

17 lines
221 B
YAML

name: Build and push Docker image
env:
CARGO_COLOR_TERM: always
on:
push:
branches: ["master", "dev"]
jobs:
build:
runs-on: kubernetes
steps:
- run: echo "what this wasn't a hallucination!!!"