mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 15:25:49 +00:00
docker workflow after sonarcloud/junit/maven success
This commit is contained in:
parent
f2f5b19c28
commit
ddfa2e7322
1 changed files with 4 additions and 5 deletions
9
.github/workflows/docker-image.yml
vendored
9
.github/workflows/docker-image.yml
vendored
|
@ -1,11 +1,10 @@
|
||||||
name: Docker Image CI
|
name: Docker Image CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
workflow_run:
|
||||||
branches: [ "main" ]
|
workflows: ["JUnit with Maven"]
|
||||||
pull_request:
|
types:
|
||||||
branches: [ "main" ]
|
- completed
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker-build:
|
docker-build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue