Skip to content

Commit b402e09

Browse files
committed
add buildx actions
1 parent a778daf commit b402e09

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
- uses: actions/checkout@v2
1313
with:
1414
fetch-depth: 0
15+
- name: Set up Docker Buildx
16+
id: buildx
17+
uses: docker/setup-buildx-action@v1
1518
- name: Login to Docker Hub
1619
uses: docker/login-action@v1
1720
with:

0 commit comments

Comments
 (0)