Skip to content

Commit a4cfdcb

Browse files
authored
Merge pull request #417 from modelix/dependabot/github_actions/docker/setup-buildx-action-3
build(deps): bump docker/setup-buildx-action from 2 to 3
2 parents b8923d4 + 01c17e8 commit a4cfdcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Set up QEMU
6464
uses: docker/setup-qemu-action@v3
6565
- name: Set up Docker Buildx
66-
uses: docker/setup-buildx-action@v2
66+
uses: docker/setup-buildx-action@v3
6767
with:
6868
platforms: linux/amd64,linux/arm64
6969
- name: Build and Publish Docker

0 commit comments

Comments
 (0)