Skip to content

chore(deps): Bump org.junit.jupiter:junit-jupiter-api from 6.1.2 to 6.1.3 #87

chore(deps): Bump org.junit.jupiter:junit-jupiter-api from 6.1.2 to 6.1.3

chore(deps): Bump org.junit.jupiter:junit-jupiter-api from 6.1.2 to 6.1.3 #87

name: Docker Build
# Publishes ghcr.io/groundsgg/plugin-proxy (edge on main, semver on tag).
# The image carries the shaded JAR at /jar/plugin.jar so the platform bundle
# can pull the plugin into the velocity proxy via the plugin-velocity-jar chart.
on:
push:
branches:
- main
tags:
- "v*"
pull_request:
permissions:
packages: write
contents: write
actions: write
jobs:
reusable:
uses: groundsgg/.github/.github/workflows/docker-gradle-build-push.yml@main