ci
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:
Lee 2024-04-17 21:09:19 +01:00
parent 05535fc87e
commit aea196dd97

@ -4,8 +4,14 @@ on:
branches: ["master"] branches: ["master"]
jobs: jobs:
publish: docker:
runs-on: ubuntu-latest strategy:
matrix:
arch: ["ubuntu-latest"]
git-version: ["2.44.0"]
java-version: ["17"]
maven-version: ["3.8.5"]
runs-on: ${{ matrix.arch }}
steps: steps:
# Checkout the repo # Checkout the repo
- name: Checkout - name: Checkout