Skip to content

Commit

Permalink
Merge pull request #121 from solarwindscloud/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/docker/setup-buildx-action-3

Bump docker/setup-buildx-action from 2 to 3
  • Loading branch information
raphael-theriault-swi authored Oct 19, 2023
2 parents 2a2122f + cec98c5 commit a4ef87f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v4

- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v2
- uses: docker/setup-buildx-action@v3
- uses: docker/login-action@v3
with:
registry: ghcr.io
Expand Down

0 comments on commit a4ef87f

Please sign in to comment.