pipeline fix v3
This commit is contained in:
5
.github/workflows/deploy-docker-to-tst.yml
vendored
5
.github/workflows/deploy-docker-to-tst.yml
vendored
@@ -22,9 +22,10 @@ jobs:
|
||||
java-version: '17'
|
||||
distribution: 'temurin'
|
||||
|
||||
- name: Setup Maven
|
||||
uses: s4u/setup-maven-action@v1
|
||||
- name: Setup Maven + Java
|
||||
uses: s4u/setup-maven-action@v1.6.0
|
||||
with:
|
||||
java-version: '17'
|
||||
maven-version: '3.9.5'
|
||||
|
||||
- name: Extract Quarkus version from pom.xml
|
||||
|
||||
Reference in New Issue
Block a user