Skip to content

Commit c081509

Browse files
committed
Fix docker pipeline action
1 parent a3fae5c commit c081509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
environment: build
6060
steps:
6161
- uses: actions/checkout@v3
62-
- uses: docker/setup-buildx-action@2
62+
- uses: docker/setup-buildx-action@v2
6363
- uses: actions/cache@v3
6464
with:
6565
path: /tmp/.buildx-cache

0 commit comments

Comments
 (0)