Skip to content

Commit b91729d

Browse files
authored
Update dbc.yml
1 parent ac68ab9 commit b91729d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/dbc.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
name: dbc
22

33
on:
4-
push:
5-
branches:
6-
- "main"
4+
workflow_run:
5+
workflows: [Java CI with Maven]
6+
types:
7+
- completed
8+
79

810
jobs:
911
docker:
@@ -19,6 +21,7 @@ jobs:
1921
- name: Set up Docker Buildx
2022
uses: docker/setup-buildx-action@v3
2123
with:
24+
version: "lab:latest"
2225
driver: cloud
2326
endpoint: "docker/devrel"
2427
- name: Build and push

0 commit comments

Comments
 (0)