Update test.yml
This commit is contained in:
parent
134d4d1c5b
commit
6c70458d22
|
@ -37,7 +37,7 @@ jobs:
|
||||||
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
name: Get targets list and build
|
name: Build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs:
|
needs:
|
||||||
- targets
|
- targets
|
||||||
|
@ -51,9 +51,6 @@ jobs:
|
||||||
- name: Push Images using BuildX Bake
|
- name: Push Images using BuildX Bake
|
||||||
uses: docker/bake-action@v2
|
uses: docker/bake-action@v2
|
||||||
with:
|
with:
|
||||||
files: |
|
|
||||||
./${{ inputs.file }}
|
|
||||||
${{ steps.meta.outputs.bake-file }}
|
|
||||||
targets: ${{ matrix.target }}
|
targets: ${{ matrix.target }}
|
||||||
push: false
|
push: false
|
||||||
set: |
|
set: |
|
||||||
|
|
Loading…
Reference in New Issue