Flying blind feels nice.
This commit is contained in:
parent
6f3117512c
commit
8712a367dc
|
@ -15,12 +15,12 @@ on:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
description: Hardware to run integration tests
|
description: Hardware to run integration tests
|
||||||
outputs:
|
|
||||||
docker_image: ${{ steps.final.outputs.docker_image }}
|
|
||||||
docker_devices: ${{ steps.final.outputs.docker_devices }}
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push-image:
|
build-and-push-image:
|
||||||
|
outputs:
|
||||||
|
docker_image: ${{ steps.final.outputs.docker_image }}
|
||||||
|
docker_devices: ${{ steps.final.outputs.docker_devices }}
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-build-and-push-image-${{ matrix.name }}-${{ github.head_ref || github.run_id }}
|
group: ${{ github.workflow }}-build-and-push-image-${{ matrix.name }}-${{ github.head_ref || github.run_id }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
Loading…
Reference in New Issue