Skip to content

Commit 13ffcb5

Browse files
⬆️ Upgrade docker/setup-buildx-action action to v3.9.0 (#86)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b628bc2 commit 13ffcb5

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.8.0
21+
uses: docker/setup-buildx-action@v3.9.0
2222

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

0 commit comments

Comments
 (0)