Skip to content

Commit 0cc2d28

Browse files
Update docker/setup-buildx-action action to v3
1 parent f85a3d8 commit 0cc2d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Set up Docker Buildx
3939
id: buildx
40-
uses: docker/setup-buildx-action@v2
40+
uses: docker/setup-buildx-action@v3
4141

4242
- name: Cache Docker layers
4343
uses: actions/cache@v3

0 commit comments

Comments
 (0)