Update test.yml

This commit is contained in:
Peter 2023-07-12 22:45:53 +02:00 committed by GitHub
parent 10d1c142a1
commit 3b8c453418
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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: