Skip to content

Commit

Permalink
Merge pull request #131 from acim/dependabot/github_actions/docker/se…
Browse files Browse the repository at this point in the history
…tup-buildx-action-3.5.0

Bump docker/setup-buildx-action from 3.4.0 to 3.5.0
  • Loading branch information
acim authored Jul 22, 2024
2 parents 5a8f9af + d22cebb commit ebb360f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3.4.0
uses: docker/setup-buildx-action@v3.5.0
- name: Inspect builder
run: |
echo "Name: ${{ steps.buildx.outputs.name }}"
Expand Down

0 comments on commit ebb360f

Please sign in to comment.