Skip to content

Commit 5c3deb5

Browse files
Update docker/setup-buildx-action action to v4
1 parent 2c2b7bf commit 5c3deb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/container-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v6
1515

1616
- name: Set up Docker Buildx
17-
uses: docker/setup-buildx-action@v3
17+
uses: docker/setup-buildx-action@v4
1818

1919
- name: Log in to GitHub Container Registry
2020
if: github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)