ci
Some checks failed
Publish package to my Maven Repository / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Failing after 18s
Some checks failed
Publish package to my Maven Repository / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Failing after 18s
This commit is contained in:
parent
05535fc87e
commit
aea196dd97
@ -4,8 +4,14 @@ on:
|
||||
branches: ["master"]
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
docker:
|
||||
strategy:
|
||||
matrix:
|
||||
arch: ["ubuntu-latest"]
|
||||
git-version: ["2.44.0"]
|
||||
java-version: ["17"]
|
||||
maven-version: ["3.8.5"]
|
||||
runs-on: ${{ matrix.arch }}
|
||||
steps:
|
||||
# Checkout the repo
|
||||
- name: Checkout
|
||||
|
Loading…
Reference in New Issue
Block a user