Skip to content

Commit

Permalink
Merge pull request kbudde#316 from kbudde/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…ocker/setup-buildx-action-2.4.1

Bump docker/setup-buildx-action from 2.3.0 to 2.4.1
  • Loading branch information
kbudde authored Mar 7, 2023
2 parents 71e2f3b + 8833260 commit a0cd914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
-
name: Docker Setup Buildx
id: buildx
uses: docker/setup-buildx-action@v2.3.0
uses: docker/setup-buildx-action@v2.4.1
-
name: Available buildx platforms
run: echo ${{ steps.buildx.outputs.platforms }}
Expand Down

0 comments on commit a0cd914

Please sign in to comment.