mirror of
https://github.com/Bubuni-Team/telegram-bot.git
synced 2026-07-31 00:29:24 +03:00
[ci] Fix workflow syntax error.
This commit is contained in:
@@ -6,7 +6,6 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
docker:
|
docker:
|
||||||
name: Build Docker image
|
name: Build Docker image
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
- uses: CrazyHackGUT/telegram-bot/.github/workflows/build.yml@dev
|
- uses: CrazyHackGUT/telegram-bot/.github/workflows/build.yml@dev
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
docker:
|
docker:
|
||||||
name: Build Docker image
|
name: Build Docker image
|
||||||
|
|
||||||
runs-on: [self-hosted, linux, arm64]
|
runs-on: [self-hosted, linux, arm64]
|
||||||
|
|
||||||
- uses: CrazyHackGUT/telegram-bot/.github/workflows/build.yml@dev
|
- uses: CrazyHackGUT/telegram-bot/.github/workflows/build.yml@dev
|
||||||
|
|||||||
Reference in New Issue
Block a user