Skip to content

Commit 8fbedf2

Browse files
authored
Merge pull request #802 from netbox-community/renovate/docker-setup-buildx-action-2.x
Update docker/setup-buildx-action action to v2
2 parents c9795a8 + c0063a6 commit 8fbedf2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
uses: docker/setup-qemu-action@v2
6767
- id: buildx-setup
6868
name: Set up Docker Buildx
69-
uses: docker/setup-buildx-action@v1
69+
uses: docker/setup-buildx-action@v2
7070
- id: docker-build
7171
name: Build the image for '${{ matrix.platform }}' with '${{ matrix.build_cmd }}'
7272
run: ${{ matrix.build_cmd }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: docker/setup-qemu-action@v2
4040
- id: buildx-setup
4141
name: Set up Docker Buildx
42-
uses: docker/setup-buildx-action@v1
42+
uses: docker/setup-buildx-action@v2
4343
- id: docker-build
4444
name: Build the image with '${{ matrix.build_cmd }}'
4545
run: ${{ matrix.build_cmd }}

0 commit comments

Comments
 (0)