Skip to content

Commit 1681e9c

Browse files
Merge pull request #6 from lamngockhuong/renovate/docker-setup-buildx-action-2.x
Update docker/setup-buildx-action action to v2
2 parents 7f111f0 + a0176ce commit 1681e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

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

2323
- name: Set up Docker Buildx
2424
id: buildx
25-
uses: docker/setup-buildx-action@v1
25+
uses: docker/setup-buildx-action@v2
2626

2727
- name: Cache Docker layers
2828
uses: actions/cache@v3

0 commit comments

Comments
 (0)