Skip to content

Commit cef213f

Browse files
authored
Merge pull request #95 from thangved/feat/upgrade
chore: add buildx
2 parents 0ea0e05 + 6614f9c commit cef213f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
uses: actions/checkout@v4
2929
with:
3030
fetch-depth: 0
31+
- name: Set up Docker Buildx
32+
uses: docker/setup-buildx-action@v3
3133
- name: Login to Container Registry
3234
uses: docker/login-action@v3
3335
with:

0 commit comments

Comments
 (0)