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