Skip to content

Commit 3d136ea

Browse files
committed
Use Buildx in GH Actions
1 parent 38177a7 commit 3d136ea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ jobs:
2222
uses: actions/checkout@v2
2323

2424
- name: Set up Docker Buildx
25-
uses: docker/setup-buildx-action@v1
25+
uses: docker/setup-buildx-action@v2
26+
with:
27+
install: true
2628

2729
- name: Log in to the registry
2830
uses: docker/login-action@v1

0 commit comments

Comments
 (0)