Skip to content

Commit ad27358

Browse files
Merge pull request #10 from appuio/renovate/docker-setup-buildx-action-3.x
Update docker/setup-buildx-action action to v3
2 parents 7def24f + 74abd43 commit ad27358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: docker/setup-qemu-action@v2
2525

2626
- name: Set up Docker Buildx
27-
uses: docker/setup-buildx-action@v2
27+
uses: docker/setup-buildx-action@v3
2828

2929
- uses: actions/cache@v3
3030
with:

0 commit comments

Comments
 (0)