Merge pull request #15 from crossplane/renovate/docker-setup-buildx-action-2.x

Update docker/setup-buildx-action action to v2
This commit is contained in:
Philippe Scorsolini 2023-08-21 09:48:41 +02:00 committed by GitHub
commit 76518804b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ jobs:
platforms: all
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@f211e3e9ded2d9377c8cadc4489a4e38014bc4c9 # v1
uses: docker/setup-buildx-action@4c0219f9ac95b02789c1075625400b2acbff50b1 # v2
with:
version: ${{ env.DOCKER_BUILDX_VERSION }}
install: true