mirror of
https://github.com/Bubuni-Team/telegram-bot.git
synced 2026-07-31 00:29:24 +03:00
[ci] Fix "reusable workflows should be referenced at the top-level `jobs.*.uses' key, not within steps"
This commit is contained in:
@@ -8,7 +8,7 @@ jobs:
|
|||||||
name: Build Docker image
|
name: Build Docker image
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
|
||||||
- uses: CrazyHackGUT/telegram-bot/.github/workflows/build@dev
|
- uses: CrazyHackGUT/telegram-bot/.github/workflows/build.yml@dev
|
||||||
with:
|
with:
|
||||||
arch: amd64
|
arch: amd64
|
||||||
@@ -8,7 +8,7 @@ jobs:
|
|||||||
name: Build Docker image
|
name: Build Docker image
|
||||||
|
|
||||||
runs-on: [self-hosted, linux, arm64]
|
runs-on: [self-hosted, linux, arm64]
|
||||||
steps:
|
|
||||||
- uses: CrazyHackGUT/telegram-bot/.github/workflows/build.yml@dev
|
- uses: CrazyHackGUT/telegram-bot/.github/workflows/build.yml@dev
|
||||||
with:
|
with:
|
||||||
arch: arm64
|
arch: arm64
|
||||||
Reference in New Issue
Block a user