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
runsOn: ubuntu-latest
build-amd64-minimal:
needs: [build-amd64-base]
uses: ./.github/workflows/docker-build-upload.yml
with:
parentImage: base-notebook
image: minimal-notebook
platform: amd64
runsOn: ubuntu-latest
# build-amd64-minimal:
# needs: [build-amd64-base]
# uses: ./.github/workflows/docker-build-upload.yml
# with:
# parentImage: base-notebook
# image: minimal-notebook
# platform: amd64
# runsOn: ubuntu-latest
test-amd64-minimal:
needs: [build-amd64-minimal]
uses: ./.github/workflows/docker-test.yml
with:
image: minimal-notebook
platform: amd64
runsOn: ubuntu-latest
# test-amd64-minimal:
# needs: [build-amd64-minimal]
# uses: ./.github/workflows/docker-test.yml
# with:
# image: minimal-notebook
# platform: amd64
# runsOn: ubuntu-latest
amd64-images-tag-push:
needs: [test-amd64-base, test-amd64-minimal]
needs: [test-amd64-base]
uses: ./.github/workflows/docker-tag-manifest-push.yml
with:
platform: amd64
@@ -102,4 +102,4 @@ jobs:
# 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
images: >-
["base-notebook", "minimal-notebook"]
["base-notebook"]