Skip to content

Commit 74790e4

Browse files
committed
Don't use DBC for right now (need to update GHA setup for org)
1 parent eb0e040 commit 74790e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
3434
- name: Set up Docker Buildx
3535
uses: docker/setup-buildx-action@v3
36-
with:
37-
driver: cloud
38-
endpoint: ${{ env.DBC_BUILDER_NAME }}
36+
# with:
37+
# driver: cloud
38+
# endpoint: ${{ env.DBC_BUILDER_NAME }}
3939

4040
- name: Build and push Docker image
4141
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)