fix: skip installing Buildx when possible

This commit is contained in:
Kévin Dunglas
2024-05-16 15:05:39 +02:00
parent d01733dd3e
commit 73e9b640d6

View File

@@ -79,6 +79,7 @@ jobs:
ref: ${{ steps.check.outputs.ref }}
-
name: Set up Docker Buildx
if: ${{ !fromJson(steps.check.outputs.skip) }}
uses: docker/setup-buildx-action@v3
with:
version: latest