mirror of
https://github.com/Bubuni-Team/telegram-bot.git
synced 2026-07-31 00:29:24 +03:00
[ci] Attempt to move to reusable workflows
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
name: Build Docker Image
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
name: Build Docker image
|
||||
|
||||
runs-on: [self-hosted, linux, arm64]
|
||||
steps:
|
||||
- uses: ./.github/workflows/build@dev
|
||||
with:
|
||||
arch: arm64
|
||||
Reference in New Issue
Block a user