Skip to content

Commit

Permalink
Update dbc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shelajev authored Sep 12, 2024
1 parent ac68ab9 commit b91729d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/dbc.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: dbc

on:
push:
branches:
- "main"
workflow_run:
workflows: [Java CI with Maven]
types:
- completed


jobs:
docker:
Expand All @@ -19,6 +21,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
version: "lab:latest"
driver: cloud
endpoint: "docker/devrel"
- name: Build and push
Expand Down

0 comments on commit b91729d

Please sign in to comment.