Skip to content

Commit

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

Bump docker/setup-buildx-action from 3.7.1 to 3.8.0
  • Loading branch information
acim authored Dec 17, 2024
2 parents 8310fdf + 794f8a0 commit 2607f4b
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.7.1
uses: docker/setup-buildx-action@v3.8.0
- name: Inspect builder
run: |
echo "Name: ${{ steps.buildx.outputs.name }}"
Expand Down

0 comments on commit 2607f4b

Please sign in to comment.