ref to github for actions
Some checks failed
build and publish docker image / deploy / build (push) Failing after 2m23s

aslo fixed token
This commit is contained in:
2005 2024-05-30 05:20:35 +02:00
parent 6e3904b153
commit 0816ba7ee9

View file

@ -6,20 +6,21 @@ on:
pull_request:
branches: ["dev"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: https://github.com/actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v3
uses: https://github.com/actions/setup-java@v3
with:
java-version: "22"
distribution: "temurin"
cache: maven
- name: Build with Maven
run: mvn -Dtoken=${{secrets.usertoken }} clean compile jib:build -e
run: mvn -Dtoken=${{ secrets.usertoken }} clean compile jib:build -e