[ci] Use full path to job

This commit is contained in:
2022-01-10 19:40:58 +03:00
parent fac215de4e
commit 593664b6ff
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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