Skip to content

Commit 30ca5f5

Browse files
committed
Update build.yaml
1 parent a8e04c1 commit 30ca5f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
fromTag: "0.1"
3232
toTag: ${{ github.sha }}
3333
mode: "HYBRID"
34+
35+
- name: Set up Docker Buildx
36+
uses: docker/setup-buildx-action@v3
3437

3538
- name: Build and push
3639
run: docker compose -f docker-compose.build.yml --env-file tdei_uw.env build --push --build-arg CODE_VERSION=${CODE_VERSION}

0 commit comments

Comments
 (0)