Skip to content

Commit 4d024ad

Browse files
authored
Use official buildx action (#6)
1 parent 4c38220 commit 4d024ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v2
1414

1515
- name: Setup buildx
16-
uses: crazy-max/ghaction-docker-buildx@v3
16+
uses: docker/setup-buildx-action@v1
1717

1818
- name: Cache docker layers
1919
uses: actions/cache@v1

0 commit comments

Comments
 (0)