Skip to content

Dependency(deps): Bump io.github.ardoco:docker from 0.20.0 to 0.21.0 … #233

Dependency(deps): Bump io.github.ardoco:docker from 0.20.0 to 0.21.0 …

Dependency(deps): Bump io.github.ardoco:docker from 0.20.0 to 0.21.0 … #233

Workflow file for this run

name: Maven Deploy
on:
push:
branches:
- 'main' # Build the latest develop-SNAPSHOT
paths:
- '**/src/**'
- '**/pom.xml'
- 'pom.xml'
# Publish `v1.2.3` tags as releases.
tags:
- v*
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
publish:
uses: ardoco/actions/.github/workflows/maven.yml@main
with:
deploy: true
with-submodules: true
runs-on: self-hosted
secrets:
OSSRH_USER: ${{secrets.OSSRH_USER}}
OSSRH_TOKEN: ${{secrets.OSSRH_TOKEN}}
GPG_KEY: ${{secrets.GPG_KEY}}