Skip to content

Commit 7b60f3d

Browse files
committed
Update build-v2.yaml
1 parent 8684814 commit 7b60f3d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-v2.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ jobs:
3030
registry: ${{ vars.WS_DOCKER_REGISTRY }}
3131
username: ${{ vars.DOCKERHUB_USERNAME }}
3232
password: ${{ secrets.DOCKERHUB_TOKEN }}
33-
33+
34+
- uses: docker/setup-buildx-action@v3
35+
name: Set up Docker Buildx
36+
3437
- name: Build frontend
3538
uses: docker/build-push-action@v6
3639
with:

0 commit comments

Comments
 (0)