Skip to content

Commit 59355b7

Browse files
authoredJul 30, 2024··
Merge pull request #1456 from Anselmoo/renovate/docker-setup-buildx-action-3.x
chore(deps): update docker/setup-buildx-action action to v3.6.1
2 parents bf6741c + a487e02 commit 59355b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎.github/workflows/docker-cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: docker/setup-qemu-action@v3.2.0
4545

4646
- name: Set up Docker Buildx
47-
uses: docker/setup-buildx-action@v3.5.0
47+
uses: docker/setup-buildx-action@v3.6.1
4848

4949
- name: Login to GitHub Container Registry
5050
uses: docker/login-action@v3.3.0

0 commit comments

Comments
 (0)
Please sign in to comment.