Update test.yml
This commit is contained in:
parent
10d1c142a1
commit
3b8c453418
|
@ -48,6 +48,11 @@ jobs:
|
||||||
target: ${{ fromJson(needs.targets.outputs.matrix) }}
|
target: ${{ fromJson(needs.targets.outputs.matrix) }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: tree
|
||||||
|
run: |
|
||||||
|
sudo apt-get install -y tree
|
||||||
|
tree
|
||||||
|
|
||||||
- name: Push Images using BuildX Bake
|
- name: Push Images using BuildX Bake
|
||||||
uses: docker/bake-action@v2
|
uses: docker/bake-action@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue