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