Skip to content

Commit 8b5d1fd

Browse files
chore(deps): update docker/setup-buildx-action action to v3
1 parent 90b065c commit 8b5d1fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-ghcr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up QEMU
3131
uses: docker/setup-qemu-action@v2
3232
- name: Set up Docker Buildx
33-
uses: docker/setup-buildx-action@v2
33+
uses: docker/setup-buildx-action@v3
3434
- name: Build & Push Images
3535
shell: bash
3636
working-directory: docker

0 commit comments

Comments
 (0)