Skip to content

Commit e2511ae

Browse files
authored
Merge pull request #68 from microcks/dependabot/github_actions/docker/setup-buildx-action-3
chore(deps): bump docker/setup-buildx-action from 2 to 3
2 parents 90ce591 + 8715956 commit e2511ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: Set up Docker Buildx
5656
if: github.repository_owner == 'microcks' && env.PACKAGE_IMAGE == 'true'
57-
uses: docker/setup-buildx-action@v2
57+
uses: docker/setup-buildx-action@v3
5858

5959
- name: Login to Quay.io Registry and setup multi-arch builder
6060
if: github.repository_owner == 'microcks' && env.PACKAGE_IMAGE == 'true'

0 commit comments

Comments
 (0)