Add a step to set up buildx in integration tests

This commit is contained in:
Juan Font Alonso 2022-08-02 21:16:20 +02:00
parent 671620bc8b
commit 947095020b

View File

@ -11,6 +11,10 @@ jobs:
with:
fetch-depth: 2
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v14.1