Skip to content

Commit

Permalink
Merge pull request #157 from smallstep/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/setup-buildx-action-3

Bump docker/setup-buildx-action from 1 to 3
  • Loading branch information
dopey authored Oct 24, 2023
2 parents 448ba23 + ef3719e commit 49ca863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: docker/setup-qemu-action@v1
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v3
- name: Docker Buildx (build)
run: |
docker buildx build --output "type=image,push=false" ${{ steps.prepare.outputs.buildx_args }}
Expand Down

0 comments on commit 49ca863

Please sign in to comment.