We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8e04c1 commit 30ca5f5Copy full SHA for 30ca5f5
.github/workflows/build.yaml
@@ -31,6 +31,9 @@ jobs:
31
fromTag: "0.1"
32
toTag: ${{ github.sha }}
33
mode: "HYBRID"
34
+
35
+ - name: Set up Docker Buildx
36
+ uses: docker/setup-buildx-action@v3
37
38
- name: Build and push
39
run: docker compose -f docker-compose.build.yml --env-file tdei_uw.env build --push --build-arg CODE_VERSION=${CODE_VERSION}
0 commit comments