Skip to content

Commit 0b696fc

Browse files
committed
add recommended buildx setup
1 parent 3307fe9 commit 0b696fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-image.yml

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v3
16+
17+
- uses: docker/setup-buildx-action@v3
18+
1619
- name: Log in to the Container registry
1720
uses: docker/login-action@v3
1821
with:

0 commit comments

Comments
 (0)