Check output from buildx

This commit is contained in:
Juan Font Alonso 2022-08-03 01:19:06 +02:00
parent 2b683aa0ee
commit c0846978ed
1 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,10 @@ jobs:
echo "Flags: ${{ steps.buildx.outputs.flags }}"
echo "Platforms: ${{ steps.buildx.outputs.platforms }}"
- name: check buildx version
run: docker buildx version
shell: bash
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v14.1