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