From c9c9c4639604b2292733053daf426d76fd75fd87 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Thu, 12 May 2022 16:56:08 +0300 Subject: [PATCH] Fix --- .github/workflows/build-docker.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index fcdb58d0..14995402 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -57,14 +57,14 @@ jobs: platform: amd64 test-amd64-base-notebook: - needs: [build-base-notebook] + needs: [build-amd64-base-notebook] uses: ./.github/workflows/sub-test-image.yml with: imageName: base-notebook platform: amd64 build-amd64-minimal-notebook: - needs: [build-base-notebook] + needs: [build-amd64-base-notebook] uses: ./.github/workflows/sub-build-push-image.yml with: parentImageName: base-notebook @@ -72,7 +72,7 @@ jobs: platform: amd64 test-amd64-minimal-notebook: - needs: [build-minimal-notebook] + needs: [build-amd64-minimal-notebook] uses: ./.github/workflows/sub-test-image.yml with: imageName: minimal-notebook