Run only on base-notebook

This commit is contained in:
Ayaz Salikhov
2022-05-13 01:19:00 +03:00
parent 3389922c19
commit f80d45c73b

View File

@@ -75,25 +75,25 @@ jobs:
platform: amd64 platform: amd64
runsOn: ubuntu-latest runsOn: ubuntu-latest
build-amd64-minimal: # build-amd64-minimal:
needs: [build-amd64-base] # needs: [build-amd64-base]
uses: ./.github/workflows/docker-build-upload.yml # uses: ./.github/workflows/docker-build-upload.yml
with: # with:
parentImage: base-notebook # parentImage: base-notebook
image: minimal-notebook # image: minimal-notebook
platform: amd64 # platform: amd64
runsOn: ubuntu-latest # runsOn: ubuntu-latest
test-amd64-minimal: # test-amd64-minimal:
needs: [build-amd64-minimal] # needs: [build-amd64-minimal]
uses: ./.github/workflows/docker-test.yml # uses: ./.github/workflows/docker-test.yml
with: # with:
image: minimal-notebook # image: minimal-notebook
platform: amd64 # platform: amd64
runsOn: ubuntu-latest # runsOn: ubuntu-latest
amd64-images-tag-push: amd64-images-tag-push:
needs: [test-amd64-base, test-amd64-minimal] needs: [test-amd64-base]
uses: ./.github/workflows/docker-tag-manifest-push.yml uses: ./.github/workflows/docker-tag-manifest-push.yml
with: with:
platform: amd64 platform: amd64
@@ -102,4 +102,4 @@ jobs:
# The strategy property is not supported in any job that calls a reusable workflow # The strategy property is not supported in any job that calls a reusable workflow
# Using the workaround: https://github.community/t/reusable-workflow-with-strategy-matrix/205676/2 # Using the workaround: https://github.community/t/reusable-workflow-with-strategy-matrix/205676/2
images: >- images: >-
["base-notebook", "minimal-notebook"] ["base-notebook"]