Skip to content

Commit

Permalink
Merge pull request #28 from olcf/dependabot/github_actions/docker/set…
Browse files Browse the repository at this point in the history
…up-buildx-action-3

Bump docker/setup-buildx-action from 2 to 3
  • Loading branch information
josephvoss authored Nov 1, 2024
2 parents d80223b + bb0c4b4 commit 4fa60ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-dev-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Login to registry
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 4fa60ad

Please sign in to comment.