Skip to content

Commit 1c72c7b

Browse files
⬆️ Upgrade docker/setup-buildx-action action to v3.12.0
1 parent b9a0724 commit 1c72c7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v6
1919

2020
- name: Set up Docker Buildx
21-
uses: docker/setup-buildx-action@v3.11.1
21+
uses: docker/setup-buildx-action@v3.12.0
2222

2323
- name: Log into registry ${{ env.REGISTRY }}
2424
uses: docker/[email protected]

0 commit comments

Comments
 (0)