Skip to content

Bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.8.4 to 2.8.5 #13

Bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.8.4 to 2.8.5

Bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.8.4 to 2.8.5 #13

Workflow file for this run

name: Publish to Docker Hub
on:
pull_request:
release:
types: [created]
jobs:
verify:
uses: FAIRDataTeam/github-workflows/.github/workflows/maven-verify.yml@v2
with:
# todo: enable tests when test duration has been minimized
mvn-options: "-DskipTests"
publish:
needs: verify
uses: FAIRDataTeam/github-workflows/.github/workflows/docker-publish.yml@v2
secrets: inherit
with:
file: './Dockerfile.build'
push: ${{ github.event_name == 'release' && github.event.action == 'created' }}