mirror of
https://github.com/Bubuni-Team/telegram-bot.git
synced 2026-07-31 00:29:24 +03:00
[ci] Use full path to job
This commit is contained in:
@@ -8,6 +8,6 @@ jobs:
|
|||||||
name: Build Docker image
|
name: Build Docker image
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: ./.github/workflows/build.yml
|
- uses: CrazyHackGUT/telegram-bot/.github/workflows/build.yml
|
||||||
with:
|
with:
|
||||||
arch: amd64
|
arch: amd64
|
||||||
|
|||||||
@@ -8,6 +8,6 @@ jobs:
|
|||||||
name: Build Docker image
|
name: Build Docker image
|
||||||
runs-on: [self-hosted, linux, arm64]
|
runs-on: [self-hosted, linux, arm64]
|
||||||
steps:
|
steps:
|
||||||
- uses: ./.github/workflows/build.yml
|
- uses: CrazyHackGUT/telegram-bot/.github/workflows/build.yml
|
||||||
with:
|
with:
|
||||||
arch: arm64
|
arch: arm64
|
||||||
|
|||||||
Reference in New Issue
Block a user