siranga/.gitea/workflows/build.yaml
Dreaded_X a10eeed736
Some checks failed
Build and deploy / build (push) Failing after 7m38s
Use reusable workflow
2025-04-23 03:23:28 +02:00

14 lines
254 B
YAML

name: Build and deploy
on:
push:
branches:
- master
- feature/**
tags:
- v*.*.*
jobs:
build:
uses: dreaded_x/workflows/.gitea/workflows/rust-kubernetes.yaml@eb5e53197b9b56786a56f99413817d50caba99be
secrets: inherit