Skip to content

Commit

Permalink
fix: skip installing Buildx when possible
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed May 16, 2024
1 parent d01733d commit 73e9b64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 73e9b64

Please sign in to comment.