Skip to content

Commit b21fe37

Browse files
Merge pull request #25 from Ammar-Knowledge/renovate/docker-setup-buildx-action-2.x
Update docker/setup-buildx-action action to v2
2 parents e4d2200 + a391b99 commit b21fe37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/checkout@v3
3939

4040
- name: Set up Docker Buildx
41-
uses: docker/setup-buildx-action@v1
41+
uses: docker/setup-buildx-action@v2
4242

4343
- name: Login to DockerHub
4444
uses: docker/login-action@v2

0 commit comments

Comments
 (0)