[ci] Fix "reusable workflows should be referenced at the top-level `jobs.*.uses' key, not within steps"

This commit is contained in:
West14
2022-01-10 15:17:17 +02:00
parent 406df5a1ed
commit 427936c1a9
2 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -8,7 +8,7 @@ jobs:
name: Build Docker image
runs-on: ubuntu-latest
steps:
- uses: CrazyHackGUT/telegram-bot/.github/workflows/build@dev
with:
arch: amd64
- uses: CrazyHackGUT/telegram-bot/.github/workflows/build.yml@dev
with:
arch: amd64
+4 -4
View File
@@ -8,7 +8,7 @@ jobs:
name: Build Docker image
runs-on: [self-hosted, linux, arm64]
steps:
- uses: CrazyHackGUT/telegram-bot/.github/workflows/build.yml@dev
with:
arch: arm64
- uses: CrazyHackGUT/telegram-bot/.github/workflows/build.yml@dev
with:
arch: arm64