Skip to content

Commit c393ad9

Browse files
⬆️ Upgrade docker/setup-buildx-action action to v3.10.0 (#92)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0dce870 commit c393ad9

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@v4
1919

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

2323
- name: Log into registry ${{ env.REGISTRY }}
2424
uses: docker/login-action@v3.3.0

0 commit comments

Comments
 (0)